瀏覽代碼

Merge topic 'update-kwiml'

f77420cf Merge branch 'upstream-KWIML' into update-kwiml
ae6607af KWIML 2017-02-27 (aa3a7733)
Brad King 8 年之前
父節點
當前提交
6403cda149
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Utilities/KWIML/test/CMakeLists.txt

+ 1 - 1
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()