Fixed disable pedentic warning for anoynymous struct in GLM

This commit is contained in:
Christophe Riccio 2016-07-17 11:15:53 +02:00
parent 60026b2066
commit 1d8dadcd15

View File

@ -29,7 +29,7 @@ namespace glm
# if GLM_HAS_ALIGNED_TYPE
# if GLM_COMPILER & GLM_COMPILER_GCC
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wpedantic"
# pragma GCC diagnostic ignored "-pedantic"
# endif
# if GLM_COMPILER & GLM_COMPILER_CLANG
# pragma clang diagnostic push