fixed some warning messages while compiling

This commit is contained in:
Caner Candan 2010-08-31 16:39:21 +02:00
commit 20a4496b83
3 changed files with 6 additions and 3 deletions

View file

@ -43,6 +43,7 @@ public:
/** Returns false when a certain number of evaluations has been done
*/
virtual bool operator() ( const eoPop<EOT>& _vEO ) {
(void)_vEO;
if (eval.value() >= repTotalEvaluations)
{
std::cout << "STOP in eoEvalContinue: Reached maximum number of evaluations [" << repTotalEvaluations << "]\n";