several fix of minor warnings
This commit is contained in:
parent
1cdbb036d3
commit
0332920d63
14 changed files with 22 additions and 20 deletions
|
|
@ -120,7 +120,7 @@ protected:
|
|||
protected:
|
||||
class DummyEval : public eoEvalFunc<EOT>
|
||||
{
|
||||
void operator()(EOT& sol) {/*empty*/}
|
||||
void operator()(EOT&) {/*empty*/}
|
||||
};
|
||||
DummyEval _dummy_eval;
|
||||
eoEvalFunc<EOT>& _func;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue