mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
[CMAKE] Disable some overly sensitive warnings
-Wno-unused-const-variable -Wno-unused-local-typedefs -Wno-deprecated
This commit is contained in:
parent
aa46da57d4
commit
58b615f668
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ endif()
|
|||
add_compile_flags("-Wall -Wpointer-arith")
|
||||
add_compile_flags("-Wno-char-subscripts -Wno-multichar -Wno-unused-value")
|
||||
add_compile_flags("-Wno-unused-const-variable")
|
||||
add_compile_flags("-Wno-unused-local-typedefs")
|
||||
add_compile_flags("-Wno-deprecated")
|
||||
|
||||
if(NOT CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
add_compile_flags("-Wno-maybe-uninitialized")
|
||||
|
|
Loading…
Reference in a new issue