mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Remove specific C++ dialects for warnings
--HG-- branch : develop
This commit is contained in:
parent
1fa2e22491
commit
a245857986
1 changed files with 0 additions and 5 deletions
|
@ -810,11 +810,6 @@ MACRO(NL_SETUP_BUILD)
|
||||||
|
|
||||||
IF(WITH_WARNINGS)
|
IF(WITH_WARNINGS)
|
||||||
ADD_PLATFORM_FLAGS("-Wall -W -Wpointer-arith -Wsign-compare -Wno-deprecated-declarations -Wno-multichar -Wno-unused")
|
ADD_PLATFORM_FLAGS("-Wall -W -Wpointer-arith -Wsign-compare -Wno-deprecated-declarations -Wno-multichar -Wno-unused")
|
||||||
IF(CLANG)
|
|
||||||
ADD_PLATFORM_FLAGS("-std=gnu99")
|
|
||||||
ELSE(CLANG)
|
|
||||||
ADD_PLATFORM_FLAGS("-ansi")
|
|
||||||
ENDIF(CLANG)
|
|
||||||
ENDIF(WITH_WARNINGS)
|
ENDIF(WITH_WARNINGS)
|
||||||
|
|
||||||
IF(ANDROID)
|
IF(ANDROID)
|
||||||
|
|
Loading…
Reference in a new issue