summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2014-09-10 16:51:42 +0000
committerjsing <>2014-09-10 16:51:42 +0000
commitb7268ee743cd942f45105664ec1245058b7346d6 (patch)
tree5ffcba97c300cdf7c035023acffc335e89bd4c1d /src
parent381b8076e8e99f13e10de6b6e93602eb59542ed6 (diff)
downloadopenbsd-b7268ee743cd942f45105664ec1245058b7346d6.tar.gz
openbsd-b7268ee743cd942f45105664ec1245058b7346d6.tar.bz2
openbsd-b7268ee743cd942f45105664ec1245058b7346d6.zip
Disable -Wshadow again, since it breaks builds on vax with gcc3.
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/Makefile4
1 files 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 @@
1# $OpenBSD: Makefile,v 1.2 2014/09/01 20:54:37 doug Exp $ 1# $OpenBSD: Makefile,v 1.3 2014/09/10 16:51:42 jsing Exp $
2 2
3PROG= openssl 3PROG= openssl
4LDADD= -lssl -lcrypto 4LDADD= -lssl -lcrypto
@@ -10,7 +10,7 @@ CFLAGS+= -Wformat
10CFLAGS+= -Wformat-security 10CFLAGS+= -Wformat-security
11CFLAGS+= -Wimplicit 11CFLAGS+= -Wimplicit
12CFLAGS+= -Wreturn-type 12CFLAGS+= -Wreturn-type
13CFLAGS+= -Wshadow 13#CFLAGS+= -Wshadow
14CFLAGS+= -Wtrigraphs 14CFLAGS+= -Wtrigraphs
15CFLAGS+= -Wuninitialized 15CFLAGS+= -Wuninitialized
16CFLAGS+= -Wunused 16CFLAGS+= -Wunused