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()