Fixes for GCC 4.6 warnings.

This commit is contained in:
David Williams
2011-07-01 22:48:02 +01:00
parent 2da63912fb
commit 61f97bb8db
4 changed files with 3 additions and 5 deletions

View File

@ -85,9 +85,9 @@ namespace PolyVox
}
PolyVox::Vector3DInt32 position;
Node* parent;
float gVal;
float hVal;
Node* parent;
float f(void) const
{