mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[CMAKE]
Enable -Wold-style-declaration for C builds svn path=/trunk/; revision=63155
This commit is contained in:
@@ -36,6 +36,7 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
add_compile_flags("-Wno-microsoft")
|
||||
endif()
|
||||
|
||||
add_compile_flags_language("-Wold-style-declaration" "C")
|
||||
add_compile_flags_language("-fno-rtti -fno-exceptions" "CXX")
|
||||
|
||||
#bug
|
||||
|
||||
Reference in New Issue
Block a user