[med-svn] [gatb-core] 01/01: d/p: Remove -Wno-format from compile options
Gert Wollny
gewo at moszumanska.debian.org
Sun Dec 10 11:57:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
gewo pushed a commit to branch master
in repository gatb-core.
commit 37798b9aca3c7e7523d5ffb7371a63451f4fb5d8
Author: Gert Wollny <gewo at debian.org>
Date: Sun Dec 10 12:02:38 2017 +0100
d/p: Remove -Wno-format from compile options
---
debian/patches/use_debian_packaged_hdf5.patch | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/debian/patches/use_debian_packaged_hdf5.patch b/debian/patches/use_debian_packaged_hdf5.patch
index 96fb165..4a5aef1 100644
--- a/debian/patches/use_debian_packaged_hdf5.patch
+++ b/debian/patches/use_debian_packaged_hdf5.patch
@@ -52,6 +52,15 @@ Description: Use Debian packaged hdf5
add_custom_target (thirdparty_copy ALL)
--- a/gatb-core/CMakeLists.txt
+++ b/gatb-core/CMakeLists.txt
+@@ -99,7 +99,7 @@
+ # GENERAL DEFINITIONS
+ ################################################################################
+ set (LIBRARY_COMPILE_DEFINITIONS "-std=c++11")
+-set (LIB_COMPILE_WARNINGS "-Wall -Wno-unused-function -Wno-format -Wno-unknown-pragmas") # last one is exclusively for BooPHF
++set (LIB_COMPILE_WARNINGS "-Wall -Wno-unused-function -Wno-unknown-pragmas") # last one is exclusively for BooPHF
+
+ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
+ set (debug 1)
@@ -211,16 +211,23 @@
set (gatb-core-includes ${PROJECT_BINARY_DIR}/include ${PROJECT_BINARY_DIR}/include/${CMAKE_BUILD_TYPE} ${PROJECT_SOURCE_DIR}/src ${PROJECT_SOURCE_DIR}/thirdparty ${gatb-core-extra-libraries-inc})
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gatb-core.git
More information about the debian-med-commit
mailing list