mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 06:25:00 +00:00
Fixed disable pedentic warning for anoynymous struct in GLM
This commit is contained in:
parent
60026b2066
commit
1d8dadcd15
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue