From b7268ee743cd942f45105664ec1245058b7346d6 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 10 Sep 2014 16:51:42 +0000 Subject: Disable -Wshadow again, since it breaks builds on vax with gcc3. --- src/usr.bin/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr.bin/openssl/Makefile b/src/usr.bin/openssl/Makefile index 88b9511edf..015d9abeb6 100644 --- a/src/usr.bin/openssl/Makefile +++ b/src/usr.bin/openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2014/09/01 20:54:37 doug Exp $ +# $OpenBSD: Makefile,v 1.3 2014/09/10 16:51:42 jsing Exp $ PROG= openssl LDADD= -lssl -lcrypto @@ -10,7 +10,7 @@ CFLAGS+= -Wformat CFLAGS+= -Wformat-security CFLAGS+= -Wimplicit CFLAGS+= -Wreturn-type -CFLAGS+= -Wshadow +#CFLAGS+= -Wshadow CFLAGS+= -Wtrigraphs CFLAGS+= -Wuninitialized CFLAGS+= -Wunused -- cgit v1.2.3-55-g6feb