Fixed warnings

master
Christophe Riccio ago%!(EXTRA string=8 years)
parent c4794851aa
commit f654900a01
  1. 5
      test/core/core_func_common.cpp

@ -9,6 +9,11 @@
#include <cmath> #include <cmath>
#include <ctime> #include <ctime>
// This file has divisions by zero to test isnan
#if GLM_COMPILER & GLM_COMPILER_VC
# pragma warning(disable : 4723)
#endif
namespace floor_ namespace floor_
{ {
static int test() static int test()

Loading…
Cancel
Save