mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
Fixed disable pedentic warning for anoynymous struct in GLM
This commit is contained in:
parent
60026b2066
commit
1d8dadcd15
@ -29,7 +29,7 @@ namespace glm
|
|||||||
# if GLM_HAS_ALIGNED_TYPE
|
# if GLM_HAS_ALIGNED_TYPE
|
||||||
# if GLM_COMPILER & GLM_COMPILER_GCC
|
# if GLM_COMPILER & GLM_COMPILER_GCC
|
||||||
# pragma GCC diagnostic push
|
# pragma GCC diagnostic push
|
||||||
# pragma GCC diagnostic ignored "-Wpedantic"
|
# pragma GCC diagnostic ignored "-pedantic"
|
||||||
# endif
|
# endif
|
||||||
# if GLM_COMPILER & GLM_COMPILER_CLANG
|
# if GLM_COMPILER & GLM_COMPILER_CLANG
|
||||||
# pragma clang diagnostic push
|
# pragma clang diagnostic push
|
||||||
|
Loading…
Reference in New Issue
Block a user