[Pkg-wmaker-commits] [wmbiff] 06/32: rearrange which compiler warnings are implied by DEBUG

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:00:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_3_8
in repository wmbiff.

commit 61b5a3b2fb28ab0c1be204705c5c04190b2d6186
Author: bluehal <bluehal>
Date:   Sat Mar 2 06:31:38 2002 +0000

    rearrange which compiler warnings are implied by DEBUG
---
 wmbiff/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/wmbiff/Makefile b/wmbiff/Makefile
index de98361..9f56914 100644
--- a/wmbiff/Makefile
+++ b/wmbiff/Makefile
@@ -1,6 +1,6 @@
 # Makefile for wmbiff
 #
-# $Id: Makefile,v 1.24 2002/03/01 11:28:05 jordi Exp $
+# $Id: Makefile,v 1.25 2002/03/02 06:31:38 bluehal Exp $
 
 # Disable gnutls crypto?
 #WITHOUT_CRYPTO=	1
@@ -33,8 +33,9 @@ INSTALL_GROUP=	root
 
 # Debugging
 ifdef DEBUG
-CFLAGS=		-g -Wall -Wpointer-arith -Wwrite-strings -pedantic
-#-W -Wmissing-noreturn -Wtraditional
+CFLAGS=		-g -Wall -Wpointer-arith -Wwrite-strings \
+-W -Wtraditional
+#-pedantic  -Wmissing-noreturn
 endif
 
 # FreeBSD overrides

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list