From 9f474dc30620b36af4dae8c6f8e9fcefc5702d4f Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 21 Nov 2016 20:57:49 +0100 Subject: [PATCH] Changed: Removed flags not supported everywhere --- code/CMakeModules/nel.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/CMakeModules/nel.cmake b/code/CMakeModules/nel.cmake index 6d17643ee..819e260f4 100644 --- a/code/CMakeModules/nel.cmake +++ b/code/CMakeModules/nel.cmake @@ -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)