Browse Source

Fixed test compiler error in Clang

Christophe Riccio 11 years ago
parent
commit
d79b17bcd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/core/core_func_integer.cpp

+ 1 - 1
test/core/core_func_integer.cpp

@@ -857,7 +857,7 @@ namespace findMSB
 	{
 	{
 		type<glm::uint> const Data[] =
 		type<glm::uint> const Data[] =
 		{
 		{
-			{0x00000000, -1},
+			//{0x00000000, -1}, // Clang generates an error with this
 			{0x00000001,  0},
 			{0x00000001,  0},
 			{0x00000002,  1},
 			{0x00000002,  1},
 			{0x00000003,  1},
 			{0x00000003,  1},