Module Name:    src
Committed By:   martin
Date:           Thu May 18 12:01:58 UTC 2023

Modified Files:
        src/crypto: Makefile.openssl

Log Message:
Make "shadow" warnings non-fatal for now (triggered by lots BN_* macros).


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/crypto/Makefile.openssl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/Makefile.openssl
diff -u src/crypto/Makefile.openssl:1.14 src/crypto/Makefile.openssl:1.15
--- src/crypto/Makefile.openssl:1.14	Wed May 17 19:10:04 2023
+++ src/crypto/Makefile.openssl	Thu May 18 12:01:58 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.openssl,v 1.14 2023/05/17 19:10:04 christos Exp $
+#	$NetBSD: Makefile.openssl,v 1.15 2023/05/18 12:01:58 martin Exp $
 
 .ifndef _MAKEFILE_OPENSSL_INCLUDED
 _MAKEFILE_OPENSSL_INCLUDED=1
@@ -8,6 +8,7 @@ WARNS=3
 # would require changing a lot of code
 COPTS+= -Wno-error=cast-qual -Wno-error=discarded-qualifiers
 COPTS+= -Wno-error=missing-field-initializers -Wno-error=char-subscripts
+COPTS+= -Wno-error=shadow
 
 
 .if ${HAVE_OPENSSL} <= 11

Reply via email to