Skip to content

Commit

Permalink
removed some more warning messsages under linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fisher authored and Thomas Fisher committed Feb 6, 2010
1 parent 92de85d commit 825d504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ endif ()
if (CMAKE_COMPILER_IS_GNUCXX)
add_definitions(-msse)
add_definitions(-isystem ${OGRE_INCLUDE_DIR})
add_definitions(-Wextra -Wno-deprecated-declarations)
add_definitions(-Wextra -Wno-deprecated)
endif ()

if (MSVC)
Expand Down

0 comments on commit 825d504

Please sign in to comment.