several fix of minor warnings
This commit is contained in:
parent
1cdbb036d3
commit
0332920d63
14 changed files with 22 additions and 20 deletions
|
|
@ -41,7 +41,7 @@ public:
|
|||
|
||||
eoSecondsElapsedContinue(int nSeconds) : start(time(0)), seconds(nSeconds) {}
|
||||
|
||||
virtual bool operator() ( const eoPop<EOT>& _vEO ) {
|
||||
virtual bool operator() ( const eoPop<EOT>& ) {
|
||||
time_t now = time(0);
|
||||
time_t diff = now - start;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue