summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2005-06-17 02:45:19 +0000
committerdjm <djm@openbsd.org>2005-06-17 02:45:19 +0000
commit7a45f600e89d39559dbcb5d9967214ce05a883ad (patch)
tree807b3ce96e5c2ede9fa223ea71cc911a3631be49
parentmake this -Wsign-compare clean; ok avsm@ markus@ (diff)
downloadwireguard-openbsd-7a45f600e89d39559dbcb5d9967214ce05a883ad.tar.xz
wireguard-openbsd-7a45f600e89d39559dbcb5d9967214ce05a883ad.zip
turn on -Wstrict-prototypes -Wsign-compare -Wshadow now that we are clean
-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