several fix of minor warnings

This commit is contained in:
Johann Dreo 2020-03-25 14:45:11 +01:00
commit 0332920d63
14 changed files with 22 additions and 20 deletions

View file

@ -93,10 +93,10 @@ public:
/**
The implementation selects an individual from the fertile pop
@param _pop the source population
@param unused
@return the selected guy
*/
const EOT& operator()(const eoPop<EOT>& _pop)
const EOT& operator()(const eoPop<EOT>& )
{
return select(actualPop);
}