@@ -9,6 +9,11 @@
#include <cmath>
#include <ctime>
+// 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()