mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Removed flags not supported everywhere
This commit is contained in:
parent
b663404be4
commit
9f474dc306
1 changed files with 0 additions and 3 deletions
|
@ -869,9 +869,6 @@ MACRO(NL_SETUP_BUILD)
|
||||||
ELSE()
|
ELSE()
|
||||||
# Check wrong formats in printf-like functions
|
# Check wrong formats in printf-like functions
|
||||||
ADD_PLATFORM_FLAGS("-Wformat -Werror=format-security")
|
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()
|
ENDIF()
|
||||||
|
|
||||||
IF(ANDROID)
|
IF(ANDROID)
|
||||||
|
|
Loading…
Reference in a new issue