diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2004-06-21 18:34:52 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2004-06-21 18:34:52 +0000 |
commit | 81dc9ab508c664b361eee9e8b48e62d14f6d0df1 (patch) | |
tree | 0533da7f5bd95ca8ef5b3f5fa5befc152bd61658 | |
parent | 63a4f01108afc0ae2e70aee5740e5a3535903084 (diff) |
comment out -Wshadow for now, gcc2 sucks. noticed by markus
-rw-r--r-- | usr.bin/ssh/Makefile.inc | 4 |
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 |