Browse Source

Merge topic 'update-kwiml'

f77420cf Merge branch 'upstream-KWIML' into update-kwiml
ae6607af KWIML 2017-02-27 (aa3a7733)
pull/291/merge
Brad King 9 years ago
committed by CMake Topic Stage
parent
commit
6403cda149
  1. 2
      Utilities/KWIML/test/CMakeLists.txt

2
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()

Loading…
Cancel
Save