Future clang icu warn supress
This commit is contained in:
parent
9ab6119e73
commit
7d14d1a01b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ add_definitions(
|
|||
-DU_ENABLE_DYLOAD=0
|
||||
)
|
||||
|
||||
add_clang_compile_options("-Wno-deprecated-declarations" "-Wno-enum-compare-switch")
|
||||
add_clang_compile_options("-Wno-deprecated-declarations" "-Wno-enum-compare-switch" "-Wno-enum-compare")
|
||||
add_gcc_compile_options("-Wno-deprecated-declarations" "-Wno-stringop-overflow")
|
||||
|
||||
set(CMAKE_PREFIX_PATH ./)
|
||||
|
|
Loading…
Add table
Reference in a new issue