From eaf8d142740bc12e53ffe150ed3d8e6223aa5ddc Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 5 May 2023 21:23:02 +0000 Subject: Use -Wshadow with clang ok jsing (a very long time ago) --- src/lib/libssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index a6ee26a667..b5b4ff4d31 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.78 2022/11/11 11:25:18 beck Exp $ +# $OpenBSD: Makefile,v 1.79 2023/05/05 21:23:02 tb Exp $ .include .ifndef NOMAN @@ -13,7 +13,7 @@ LIB= ssl CFLAGS+= -Wall -Wundef .if ${COMPILER_VERSION:L} == "clang" -CFLAGS+= -Werror +CFLAGS+= -Werror -Wshadow .endif CFLAGS+= -DLIBRESSL_INTERNAL .ifdef NAMESPACE -- cgit v1.2.3-55-g6feb