Fix harmless compiler warning in Octree

This commit is contained in:
cim 2013-07-04 17:06:15 +01:00
parent be589dbc47
commit e458618945

View File

@ -967,7 +967,7 @@ static void SetNode_slow(OOOctreeBuilder *self, uint32_t index, int value)
*/
- (BOOL) suppressClangStuff
{
return &_stateStack;
return &_stateStack && 0;
}
#endif