mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix(CMakeLists.txt): move non-virtual-dtor warning in STRICT_OPTIONS_CXX
This commit is contained in:
parent
49e1af1f75
commit
c3a185d84c
1 changed files with 1 additions and 1 deletions
|
|
@ -268,12 +268,12 @@ else()
|
|||
"-Wfloat-equal"
|
||||
"-Winit-self"
|
||||
"-Wno-error=deprecated-declarations"
|
||||
"-Wnon-virtual-dtor"
|
||||
"-Wpointer-arith"
|
||||
"-Wuninitialized"
|
||||
"-Wunused"
|
||||
)
|
||||
list(APPEND STRICT_OPTIONS_CXX
|
||||
"-Wnon-virtual-dtor"
|
||||
"-Woverloaded-virtual"
|
||||
)
|
||||
CHECK_CXX_COMPILER_FLAG("-Wsuggest-override" SUGGEST_OVERRIDE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue