From: bluhm Date: Sun, 7 May 2023 12:47:48 +0000 (+0000) Subject: Backout -Wshadow, it breaks build on powerpc64. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=00007f03e3fcbe5ddd14bbe4e96d785aa8cd7007;p=openbsd Backout -Wshadow, it breaks build on powerpc64. --- diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index be167a93f2c..7f193691264 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.127 2023/05/05 21:23:02 tb Exp $ +# $OpenBSD: Makefile,v 1.128 2023/05/07 12:47:48 bluhm Exp $ LIB= crypto LIBREBUILD=y @@ -16,7 +16,7 @@ LCRYPTO_SRC= ${.CURDIR} CFLAGS+= -Wall -Wundef .if ${COMPILER_VERSION:L} == "clang" -CFLAGS+= -Werror -Wshadow +CFLAGS+= -Werror .endif CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL .ifdef NAMESPACE