Removed all remaining warnings at compilation
This commit is contained in:
parent
11f01d5a53
commit
b31c520eba
5 changed files with 15 additions and 11 deletions
|
|
@ -68,9 +68,9 @@ private:
|
|||
eoValueParam<bool> _isDynamic;
|
||||
eoValueParam<std::string> _prefix;
|
||||
eoValueParam<unsigned int> _nthreads;
|
||||
eoValueParam<unsigned int> _packetSize;
|
||||
eoValueParam<bool> _enableResults;
|
||||
eoValueParam<bool> _doMeasure;
|
||||
eoValueParam<unsigned int> _packetSize;
|
||||
double _t_start;
|
||||
};
|
||||
|
||||
|
|
|
|||
Reference in a new issue