This was not meant to be committed. Sorry.

svn path=/trunk/; revision=63171
This commit is contained in:
Pierre Schweitzer
2014-05-05 21:06:13 +00:00
parent c6b63983da
commit 108e081fe5
+1 -1
View File
@@ -37,7 +37,7 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
endif()
if(DBG)
add_compile_flags_language("-Wold-style-declaration -Wdeclaration-after-statement -Wshadow" "C")
add_compile_flags_language("-Wold-style-declaration -Wdeclaration-after-statement" "C")
endif()
add_compile_flags_language("-fno-rtti -fno-exceptions" "CXX")