Better macro support for switching on/off use of mutex
This commit is contained in:
@@ -477,7 +477,7 @@ class OSGTERRAIN_EXPORT DataSet : public osg::Referenced
|
||||
return advanceToNextChild(*_composite,_index);
|
||||
}
|
||||
|
||||
inline bool isActive(const CompositeSource& composite,int index)
|
||||
inline bool isActive(const CompositeSource& /*composite*/,int /*index*/)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user