[Forensics-changes] [memdump] 08/12: Disable one warning that generates too much noise
Raphaël Hertzog
hertzog at moszumanska.debian.org
Tue Jul 28 12:51:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch debian
in repository memdump.
commit 3087ab7d1999fc10061e49b6713e33d5fc452549
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Tue Jul 28 09:50:41 2015 +0200
Disable one warning that generates too much noise
---
debian/patches/03-build-flags-support.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/03-build-flags-support.patch b/debian/patches/03-build-flags-support.patch
index 9d294de..751f0c5 100644
--- a/debian/patches/03-build-flags-support.patch
+++ b/debian/patches/03-build-flags-support.patch
@@ -17,7 +17,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
PROGS = memdump
-CFLAGS = $(OPT) $(DEBUG) -I. $(XFLAGS) $(DEFS)
+CPPFLAGS += -I. $(DEFS)
-+CFLAGS += -Wall
++CFLAGS += -Wall -Wno-comment
OBJS = memdump.o convert_size.o error.o mymalloc.o
PROGS = memdump
MAN = memdump.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/memdump.git
More information about the forensics-changes
mailing list