From: tb Date: Sun, 7 May 2023 14:39:55 +0000 (+0000) Subject: Recommit -Wshadow now that the warning on BIG_ENDIAN is fixed X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=62f425686c210ef4659b1ef4eb6ef8eabc50f315;p=openbsd Recommit -Wshadow now that the warning on BIG_ENDIAN is fixed --- diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 7f193691264..4c782918e7f 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.128 2023/05/07 12:47:48 bluhm Exp $ +# $OpenBSD: Makefile,v 1.129 2023/05/07 14:39:55 tb Exp $ LIB= crypto LIBREBUILD=y @@ -16,7 +16,7 @@ LCRYPTO_SRC= ${.CURDIR} CFLAGS+= -Wall -Wundef .if ${COMPILER_VERSION:L} == "clang" -CFLAGS+= -Werror +CFLAGS+= -Werror -Wshadow .endif CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL .ifdef NAMESPACE