[Cmake-commits] CMake branch, next, updated. v3.8.0-rc1-612-gfd27403
Brad King
brad.king at kitware.com
Mon Feb 27 13:49:28 EST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via fd27403b79c6bb2f8e2568c456cf2fb615944a75 (commit)
via f77420cfc934303ffc3d65e798b64e1631eb5d98 (commit)
via ae6607af470e1f3faa287310dc80f1fcd6d18ab8 (commit)
from a7450168373f48228c3eb837178867f82fcbee2c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fd27403b79c6bb2f8e2568c456cf2fb615944a75
commit fd27403b79c6bb2f8e2568c456cf2fb615944a75
Merge: a745016 f77420c
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 27 13:49:27 2017 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 27 13:49:27 2017 -0500
Merge topic 'update-kwiml' into next
f77420cf Merge branch 'upstream-KWIML' into update-kwiml
ae6607af KWIML 2017-02-27 (aa3a7733)
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f77420cfc934303ffc3d65e798b64e1631eb5d98
commit f77420cfc934303ffc3d65e798b64e1631eb5d98
Merge: cdb6d7d ae6607a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 27 13:49:07 2017 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Feb 27 13:49:07 2017 -0500
Merge branch 'upstream-KWIML' into update-kwiml
* upstream-KWIML:
KWIML 2017-02-27 (aa3a7733)
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ae6607af470e1f3faa287310dc80f1fcd6d18ab8
commit ae6607af470e1f3faa287310dc80f1fcd6d18ab8
Author: KWIML Upstream <kwrobot at kitware.com>
AuthorDate: Mon Feb 27 13:43:26 2017 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Feb 27 13:49:07 2017 -0500
KWIML 2017-02-27 (aa3a7733)
Code extracted from:
https://gitlab.kitware.com/utils/kwiml.git
at commit aa3a7733039afb11047fb7d4d71fb26e1775c106 (master).
Upstream Shortlog
-----------------
Orion Poplawski (1):
aa3a7733 test: Add -Wno-format-security to tolerate -Werror=format-security
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 4f6f37b..1bf93bb 100644
--- a/test/CMakeLists.txt
+++ b/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()
-----------------------------------------------------------------------
Summary of changes:
Utilities/KWIML/test/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list