forked from mirrors/linphone-iphone
Add -no-error=suggest-override because xerces-c and soci have hundreds of missing overrides.
This commit is contained in:
parent
9d0963cfb8
commit
49d27bfaa0
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ else()
|
|||
)
|
||||
CHECK_CXX_COMPILER_FLAG("-Wsuggest-override" SUGGEST_OVERRIDE)
|
||||
if (SUGGEST_OVERRIDE)
|
||||
list(APPEND STRICT_OPTIONS_CXX "-Wsuggest-override" "-Werror=suggest-override")
|
||||
list(APPEND STRICT_OPTIONS_CXX "-Wsuggest-override" "-Wno-error=suggest-override" )
|
||||
endif ()
|
||||
list(APPEND STRICT_OPTIONS_C "-Wstrict-prototypes" "-Werror=strict-prototypes")
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue