fixed some warning messages while compiling
This commit is contained in:
parent
f98e138562
commit
20a4496b83
3 changed files with 6 additions and 3 deletions
|
|
@ -47,7 +47,9 @@ class eoSelectOne : public eoUF<const eoPop<EOT>&, const EOT&>
|
|||
public :
|
||||
/// virtual function to setup some population stats (for instance eoProportional can benefit greatly from this)
|
||||
virtual void setup(const eoPop<EOT>& _pop)
|
||||
{}
|
||||
{
|
||||
(void)_pop;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue