mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
9ad20c219a
commit
c274bf362e
1 changed files with 0 additions and 2 deletions
|
|
@ -87,7 +87,6 @@ if (NOT WIN32)
|
|||
check_cxx_compiler_flag("-Wsuggest-override" SUGGEST_OVERRIDE)
|
||||
set(CUSTOM_FLAGS "\
|
||||
-Wall \
|
||||
-Wconversion \
|
||||
-Wno-error=conversion \
|
||||
-Wextra \
|
||||
-Wfloat-equal \
|
||||
|
|
@ -101,7 +100,6 @@ if (NOT WIN32)
|
|||
-Wunused \
|
||||
-Wno-error=float-equal \
|
||||
-Wno-error=cast-align \
|
||||
-Wno-error \
|
||||
")
|
||||
if (NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -Wlogical-op")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue