summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2005-06-17 02:45:20 +0000
committerDamien Miller <djm@cvs.openbsd.org>2005-06-17 02:45:20 +0000
commit52ba078e8400d5646770f914274a3d601ec45cab (patch)
tree59ec2722292249803b8d1fc9ced8bbc04652d688 /usr.bin
parentb5216077cb730c6b79d1055d1def970e752dbe34 (diff)
turn on -Wstrict-prototypes -Wsign-compare -Wshadow now that we are clean
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/Makefile.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc
index 2f209575529..798165f23a7 100644
--- a/usr.bin/ssh/Makefile.inc
+++ b/usr.bin/ssh/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.29 2004/06/21 18:34:51 avsm Exp $
+# $OpenBSD: Makefile.inc,v 1.30 2005/06/17 02:45:19 djm Exp $
CFLAGS+= -I${.CURDIR}/..
@@ -6,12 +6,12 @@ CDIAGFLAGS= -Wall
#CDIAGFLAGS+= -Werror
CDIAGFLAGS+= -Wpointer-arith
CDIAGFLAGS+= -Wno-uninitialized
-#CDIAGFLAGS+= -Wstrict-prototypes
+CDIAGFLAGS+= -Wstrict-prototypes
CDIAGFLAGS+= -Wmissing-prototypes
CDIAGFLAGS+= -Wunused
-#CDIAGFLAGS+= -Wsign-compare
+CDIAGFLAGS+= -Wsign-compare
CDIAGFLAGS+= -Wbounded
-#CDIAGFLAGS+= -Wshadow
+CDIAGFLAGS+= -Wshadow
#DEBUG=-g