little change to delete warnings
This commit is contained in:
parent
b20c5e98c1
commit
45ce5f8404
3 changed files with 4 additions and 5 deletions
|
|
@ -11,10 +11,9 @@
|
|||
class Dummy : public EO<double> {};
|
||||
|
||||
int main() {
|
||||
|
||||
|
||||
eoPop<Dummy> pop;
|
||||
|
||||
int s = 1;
|
||||
eoSecondsElapsedContinue<Dummy> cnt(1);
|
||||
|
||||
time_t start_time = time(0);
|
||||
|
|
|
|||
Reference in a new issue