mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[CMAKE]
This was not meant to be committed. Sorry. svn path=/trunk/; revision=63171
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user