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/libssl elide a warning that ...
details: https://anonhg.NetBSD.org/src/rev/6a2b884d8de7
branches: trunk
changeset: 433883:6a2b884d8de7
user: christos <christos%NetBSD.org@localhost>
date: Mon Oct 08 18:01:23 2018 +0000
description:
elide a warning that triggers on arm/clang
diffstat:
crypto/external/bsd/openssl/lib/libssl/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r a790b15858e1 -r 6a2b884d8de7 crypto/external/bsd/openssl/lib/libssl/Makefile
--- a/crypto/external/bsd/openssl/lib/libssl/Makefile Mon Oct 08 17:58:52 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libssl/Makefile Mon Oct 08 18:01:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/03/02 13:26:40 christos Exp $
+# $NetBSD: Makefile,v 1.10 2018/10/08 18:01:23 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -23,6 +23,8 @@
# XXX There's a bit of work to do before we can enable warnings.
WARNS=0
CWARNFLAGS.clang+= -Wno-unused-value
+# XXX: This warning seems to trigger incorrectly
+CWARNFLAGS.clang+= -Wno-atomic-alignment
LIB= ssl
CPPFLAGS+= -Dlib${LIB} -I${OPENSSLSRC} -I${OPENSSLSRC}/crypto
Home |
Main Index |
Thread Index |
Old Index