* removed some warnings
This commit is contained in:
parent
89320c179f
commit
36fe44b898
5 changed files with 9 additions and 7 deletions
|
|
@ -69,7 +69,8 @@ public:
|
|||
/** Do the job: simple loop over the offspring */
|
||||
void operator()(eoPop<EOT> & _parents, eoPop<EOT> & _offspring)
|
||||
{
|
||||
apply<EOT>(eval, _offspring);
|
||||
(void)_parents;
|
||||
apply<EOT>(eval, _offspring);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Reference in a new issue