Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcryptotest libcryptotest:...



details:   https://anonhg.NetBSD.org/src/rev/a4b201bd9a7a
branches:  trunk
changeset: 374796:a4b201bd9a7a
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat May 13 11:11:39 2023 +0000

description:
libcryptotest: Suppress some warnings.

Detected by clang aarch64 32-bit arm compat library build.

diffstat:

 crypto/external/bsd/openssl/lib/libcryptotest/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d0384083a019 -r a4b201bd9a7a crypto/external/bsd/openssl/lib/libcryptotest/Makefile
--- a/crypto/external/bsd/openssl/lib/libcryptotest/Makefile    Sat May 13 10:56:54 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcryptotest/Makefile    Sat May 13 11:11:39 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/05/06 17:07:23 christos Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/13 11:11:39 riastradh Exp $
 
 LIBISPRIVATE=  yes
 LIB=           cryptotest
@@ -36,4 +36,8 @@ testutil_init.c
 SRCS+= \
 opt.c
 
+COPTS.opt.c+=          -Wno-missing-field-initializers
+COPTS.options.c+=      -Wno-format-nonliteral
+COPTS.test_options.c+= -Wno-missing-field-initializers
+
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index