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/libtls/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libtls') diff --git a/src/lib/libtls/Makefile b/src/lib/libtls/Makefile index 78ff99b585..8287fec8fd 100644 --- a/src/lib/libtls/Makefile +++ b/src/lib/libtls/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2022/01/25 21:51:24 eric Exp $ +# $OpenBSD: Makefile,v 1.38 2023/05/05 21:23:02 tb Exp $ .include .ifndef NOMAN @@ -7,7 +7,7 @@ SUBDIR= man CFLAGS+= -Wall -Wimplicit -Wundef .if ${COMPILER_VERSION:L} == "clang" -CFLAGS+= -Werror +CFLAGS+= -Werror -Wshadow .endif CFLAGS+= -DLIBRESSL_INTERNAL -- cgit v1.2.3-55-g6feb