|
|
@ -306,7 +306,7 @@ endif()
|
|
|
|
|
|
|
|
|
|
|
|
# Compiler settings
|
|
|
|
# Compiler settings
|
|
|
|
if (CMAKE_COMPILER_IS_GNUCC)
|
|
|
|
if (CMAKE_COMPILER_IS_GNUCC)
|
|
|
|
add_definitions (-Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++03 -pedantic -Wno-long-long)
|
|
|
|
add_definitions (-Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long)
|
|
|
|
|
|
|
|
|
|
|
|
# Silence warnings in OGRE headers. Remove once OGRE got fixed!
|
|
|
|
# Silence warnings in OGRE headers. Remove once OGRE got fixed!
|
|
|
|
add_definitions (-Wno-ignored-qualifiers)
|
|
|
|
add_definitions (-Wno-ignored-qualifiers)
|
|
|
|