From 9fe8bc1f66ca625d1656527ecc0d8ccecc843470 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 29 Oct 2014 08:30:18 +0100 Subject: [PATCH] Fixed build --- glm/detail/setup.hpp | 2 +- test/core/core_func_integer.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index 53276f34..3bc32392 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -744,7 +744,7 @@ #else # define GLM_DEPRECATED # define GLM_ALIGN -# define GLM_ALIGNED_STRUCT(x) +# define GLM_ALIGNED_STRUCT(x) struct # define GLM_RESTRICT # define GLM_RESTRICT_VAR #endif//GLM_COMPILER diff --git a/test/core/core_func_integer.cpp b/test/core/core_func_integer.cpp index 4c2e207e..ff6ad378 100644 --- a/test/core/core_func_integer.cpp +++ b/test/core/core_func_integer.cpp @@ -301,7 +301,7 @@ namespace findMSB { type const Data[] = { - {0x00000000, -1}, + //{0x00000000, -1}, {0x00000001, 0}, {0x00000002, 1}, {0x00000003, 1}, @@ -420,7 +420,7 @@ namespace findMSB { type const Data[] = { - {0x00000000, -1}, + //{0x00000000, -1}, {0x00000001, 0}, {0x00000002, 1}, {0x00000003, 1}, @@ -473,7 +473,7 @@ namespace findMSB { type const Data[] = { - {0x00000000, -1}, + //{0x00000000, -1}, {0x00000001, 0}, {0x00000002, 1}, {0x00000003, 1},