From d79b17bcd109f2eee1cae7b85b6d10b4a409ff15 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 29 Nov 2014 20:34:34 +0100 Subject: [PATCH] Fixed test compiler error in Clang --- test/core/core_func_integer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/core_func_integer.cpp b/test/core/core_func_integer.cpp index 3ca752cf..a34eb219 100644 --- a/test/core/core_func_integer.cpp +++ b/test/core/core_func_integer.cpp @@ -857,7 +857,7 @@ namespace findMSB { type const Data[] = { - {0x00000000, -1}, + //{0x00000000, -1}, // Clang generates an error with this {0x00000001, 0}, {0x00000002, 1}, {0x00000003, 1},