summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-28 09:11:47 -0500
committerCMake Topic Stage <kwrobot@kitware.com>2017-02-28 09:11:47 -0500
commit6403cda149e5213608b8f4889676c1e69aaf498a (patch)
tree218d9d81e1ffd0d08e57181ae98a72dafbb5d8f0 /Utilities
parent6a8da1d7773ac3d50a450b1043f453406528ae29 (diff)
parentf77420cfc934303ffc3d65e798b64e1631eb5d98 (diff)
downloadcmake-6403cda149e5213608b8f4889676c1e69aaf498a.tar.gz
Merge topic 'update-kwiml'
f77420cf Merge branch 'upstream-KWIML' into update-kwiml ae6607af KWIML 2017-02-27 (aa3a7733)
Diffstat (limited to 'Utilities')
-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()