repared some compile warning messages

This commit is contained in:
Caner Candan 2010-08-31 14:52:08 +02:00
commit 2b3db39aff
2 changed files with 6 additions and 2 deletions

View file

@ -65,8 +65,9 @@ public:
/** Returns false when Ctrl C has been typed in
* reached */
virtual bool operator() ( const eoPop<EOT>& _vEO )
virtual bool operator() ( const eoPop<EOT>& _vEO )
{
(void)_vEO;
if (arret_demande)
return false;
return true;