summaryrefslogtreecommitdiff
path: root/Utilities/KWIML
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-27 13:49:07 -0500
committerBrad King <brad.king@kitware.com>2017-02-27 13:49:07 -0500
commitf77420cfc934303ffc3d65e798b64e1631eb5d98 (patch)
tree6669b69338a51448138fcb3843bf97bdc6eb3845 /Utilities/KWIML
parentcdb6d7df970fcaaf6cda1bef9955351222e1bcde (diff)
parentae6607af470e1f3faa287310dc80f1fcd6d18ab8 (diff)
downloadcmake-f77420cfc934303ffc3d65e798b64e1631eb5d98.tar.gz
Merge branch 'upstream-KWIML' into update-kwiml
* upstream-KWIML: KWIML 2017-02-27 (aa3a7733)
Diffstat (limited to 'Utilities/KWIML')
-rw-r--r--Utilities/KWIML/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/KWIML/test/CMakeLists.txt b/Utilities/KWIML/test/CMakeLists.txt
index 4f6f37b4f7..1bf93bb4e2 100644
--- a/Utilities/KWIML/test/CMakeLists.txt
+++ b/Utilities/KWIML/test/CMakeLists.txt
@@ -10,7 +10,7 @@ endif()
# Suppress printf/scanf format warnings; we test if the sizes match.
foreach(lang C CXX)
if(KWIML_LANGUAGE_${lang} AND CMAKE_${lang}_COMPILER_ID STREQUAL "GNU")
- set(CMAKE_${lang}_FLAGS "${CMAKE_${lang}_FLAGS} -Wno-format")
+ set(CMAKE_${lang}_FLAGS "${CMAKE_${lang}_FLAGS} -Wno-format -Wno-format-security")
endif()
endforeach()