From f654900a019e060f28400021381b1671eb1d4342 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 18 Aug 2017 16:54:53 +0200 Subject: [PATCH] Fixed warnings --- test/core/core_func_common.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/core/core_func_common.cpp b/test/core/core_func_common.cpp index b79e59fd..7651bea9 100644 --- a/test/core/core_func_common.cpp +++ b/test/core/core_func_common.cpp @@ -9,6 +9,11 @@ #include #include +// This file has divisions by zero to test isnan +#if GLM_COMPILER & GLM_COMPILER_VC +# pragma warning(disable : 4723) +#endif + namespace floor_ { static int test()