repared some compile warning messages
This commit is contained in:
parent
1b3172a40c
commit
2b3db39aff
2 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue