mirror of
https://github.com/g-truc/glm.git
synced 2024-11-15 22:34:35 +00:00
Remove multi-line warning when using GCC with -Wall
This commit is contained in:
parent
f380d9e6f4
commit
7bec8ce02e
@ -632,11 +632,11 @@
|
||||
((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC49)))
|
||||
#endif
|
||||
|
||||
//
|
||||
/*
|
||||
#define GLM_HAS_TRIVIAL_QUERIES 0//( \
|
||||
//((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2013)))
|
||||
|
||||
//
|
||||
*/
|
||||
#if GLM_LANG & GLM_LANG_CXX11_FLAG
|
||||
# define GLM_HAS_MAKE_SIGNED 1
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user