mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixed warnings
This commit is contained in:
parent
c4794851aa
commit
f654900a01
@ -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…
Reference in New Issue
Block a user