diff options
author | Brad King <brad.king@kitware.com> | 2017-02-28 14:11:47 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-02-28 14:11:47 (GMT) |
commit | 6403cda149e5213608b8f4889676c1e69aaf498a (patch) | |
tree | 218d9d81e1ffd0d08e57181ae98a72dafbb5d8f0 | |
parent | 6a8da1d7773ac3d50a450b1043f453406528ae29 (diff) | |
parent | f77420cfc934303ffc3d65e798b64e1631eb5d98 (diff) | |
download | CMake-6403cda149e5213608b8f4889676c1e69aaf498a.zip CMake-6403cda149e5213608b8f4889676c1e69aaf498a.tar.gz CMake-6403cda149e5213608b8f4889676c1e69aaf498a.tar.bz2 |
Merge topic 'update-kwiml'
f77420cf Merge branch 'upstream-KWIML' into update-kwiml
ae6607af KWIML 2017-02-27 (aa3a7733)
-rw-r--r-- | Utilities/KWIML/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/KWIML/test/CMakeLists.txt b/Utilities/KWIML/test/CMakeLists.txt index 4f6f37b..1bf93bb 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() |