* fixed some warning issues during compilation
This commit is contained in:
parent
27d5cbbc3b
commit
ce8f5f692f
5 changed files with 74 additions and 26 deletions
|
|
@ -46,7 +46,11 @@ public:
|
|||
|
||||
eoDummyRealBoundModifier (){}
|
||||
|
||||
void operator() (eoRealBaseVectorBounds & _bnds,unsigned _i){}
|
||||
void operator() (eoRealBaseVectorBounds & _bnds,unsigned _i)
|
||||
{
|
||||
(void)_bnds;
|
||||
(void)_i;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue