Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kirill Terekhov
INMOST
Commits
fcd37404
Commit
fcd37404
authored
Dec 19, 2016
by
Dmitry Bagaev
Browse files
Fix gcc warnings
parent
f5400034
Changes
2
Show whitespace changes
Inline
Side-by-side
Source/Misc/utils.cpp
View file @
fcd37404
#include "utils.h"
#include <cstdlib>
namespace
INMOST
{
...
...
Source/Solver/SolverInterface.h
View file @
fcd37404
...
...
@@ -11,9 +11,9 @@ namespace INMOST {
class
SolverParameters
{
public:
const
std
::
string
solverName
;
const
std
::
string
solverPrefix
;
const
std
::
string
internalFile
;
std
::
string
solverName
;
std
::
string
solverPrefix
;
std
::
string
internalFile
;
std
::
vector
<
std
::
pair
<
std
::
string
,
std
::
string
>
>
parameters
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment