Fixed disable pedentic warning for anoynymous struct in GLM

This commit is contained in:
Christophe Riccio
2016-07-17 11:30:12 +02:00
parent 1d8dadcd15
commit 867f03c5f2
5 changed files with 5 additions and 4 deletions

View File

@@ -89,6 +89,7 @@ else()
add_definitions(/Za)
elseif(("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") OR ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU"))
add_definitions(-pedantic)
add_definitions(-pedantic)
endif()
endif()