Fixed GCC warning
This commit is contained in:
parent
c6fcd6c8d0
commit
606383b2ae
@ -18,7 +18,7 @@ namespace detail
|
|||||||
{
|
{
|
||||||
class thalf;
|
class thalf;
|
||||||
|
|
||||||
#if(__STDC_VERSION__ >= 199901L) // C99 detected, 64 bit types available
|
#if(__STDC_VERSION__ && (__STDC_VERSION__ >= 199901L)) // C99 detected, 64 bit types available
|
||||||
typedef int64_t sint64;
|
typedef int64_t sint64;
|
||||||
typedef uint64_t uint64;
|
typedef uint64_t uint64;
|
||||||
#elif(GLM_COMPILER & GLM_COMPILER_VC)
|
#elif(GLM_COMPILER & GLM_COMPILER_VC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user