From a7ac30e7ed8aea1757edfca3d7d31bbca2d3e006 Mon Sep 17 00:00:00 2001 From: doug <> Date: Mon, 1 Sep 2014 20:54:37 +0000 Subject: Enable -Wshadow in openssl(1) and fix a few shadow warnings. ok jsing@ --- src/usr.bin/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr.bin/openssl/Makefile') diff --git a/src/usr.bin/openssl/Makefile b/src/usr.bin/openssl/Makefile index f4c9ed4f2b..88b9511edf 100644 --- a/src/usr.bin/openssl/Makefile +++ b/src/usr.bin/openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2014/08/26 17:47:24 jsing Exp $ +# $OpenBSD: Makefile,v 1.2 2014/09/01 20:54:37 doug 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