Sync with trunk r63192.

svn path=/branches/condrv_restructure/; revision=63193
This commit is contained in:
Hermès Bélusca-Maïto 2014-05-08 14:40:52 +00:00
commit 7a0c3bde06
192 changed files with 39769 additions and 5166 deletions

View file

@ -36,6 +36,9 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
add_compile_flags("-Wno-microsoft")
endif()
if(DBG)
add_compile_flags_language("-Wold-style-declaration -Wdeclaration-after-statement" "C")
endif()
add_compile_flags_language("-fno-rtti -fno-exceptions" "CXX")
#bug