summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2004-06-21 18:34:52 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2004-06-21 18:34:52 +0000
commit81dc9ab508c664b361eee9e8b48e62d14f6d0df1 (patch)
tree0533da7f5bd95ca8ef5b3f5fa5befc152bd61658
parent63a4f01108afc0ae2e70aee5740e5a3535903084 (diff)
comment out -Wshadow for now, gcc2 sucks. noticed by markus
-rw-r--r--usr.bin/ssh/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc
index 0d2c0d51350..2f209575529 100644
--- a/usr.bin/ssh/Makefile.inc
+++ b/usr.bin/ssh/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.28 2004/06/21 17:36:31 avsm Exp $
+# $OpenBSD: Makefile.inc,v 1.29 2004/06/21 18:34:51 avsm Exp $
CFLAGS+= -I${.CURDIR}/..
@@ -11,7 +11,7 @@ CDIAGFLAGS+= -Wmissing-prototypes
CDIAGFLAGS+= -Wunused
#CDIAGFLAGS+= -Wsign-compare
CDIAGFLAGS+= -Wbounded
-CDIAGFLAGS+= -Wshadow
+#CDIAGFLAGS+= -Wshadow
#DEBUG=-g