Changed: Removed flags not supported everywhere
--HG-- branch : develop
This commit is contained in:
parent
d7182af399
commit
f59cef10bd
1 changed files with 0 additions and 3 deletions
|
@ -869,9 +869,6 @@ MACRO(NL_SETUP_BUILD)
|
|||
ELSE()
|
||||
# Check wrong formats in printf-like functions
|
||||
ADD_PLATFORM_FLAGS("-Wformat -Werror=format-security")
|
||||
|
||||
# Don't display invalid or unused command lines arguments by default (often too verbose)
|
||||
ADD_PLATFORM_FLAGS("-Wno-invalid-command-line-argument -Wno-unused-command-line-argument")
|
||||
ENDIF()
|
||||
|
||||
IF(ANDROID)
|
||||
|
|
Loading…
Reference in a new issue