Fixed warnings

This commit is contained in:
Christophe Riccio 2017-08-18 16:54:53 +02:00
parent c4794851aa
commit f654900a01

View File

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