Fixed all warnings with -Wall and -Wextra

This commit is contained in:
p265186
2012-10-25 17:12:41 +02:00
parent 6cad1e7748
commit 3c0f2ab4b2
5 changed files with 5 additions and 10 deletions

View File

@ -104,7 +104,6 @@ void TestCubicSurfaceExtractor::testExecute()
const static uint32_t uExpectedIndices = 9936;
const static uint32_t uMaterialToCheck = 3000;
const static float fExpectedMaterial = 42.0f;
const static float fNoMaterial = 1.0f;
const static uint32_t uIndexToCheck = 2000;
const static uint32_t uExpectedIndex = 1334;