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/libcrypto disable another cl...



details:   https://anonhg.NetBSD.org/src/rev/1f8b910de471
branches:  trunk
changeset: 836253:1f8b910de471
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 06 15:31:09 2018 +0000

description:
disable another clang warning

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r f01f21ba373b -r 1f8b910de471 crypto/external/bsd/openssl/lib/libcrypto/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/Makefile        Sat Oct 06 15:22:16 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/Makefile        Sat Oct 06 15:31:09 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 2018/09/27 18:18:53 christos Exp $
+#      $NetBSD: Makefile,v 1.19 2018/10/06 15:31:09 christos Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -25,9 +25,11 @@
 .include <bsd.own.mk>
 .include <bsd.shlib.mk>
 
-# XXX There's a bit of work to do before we can enable warnings.
+# XXX: There's a bit of work to do before we can enable warnings.
 WARNS=0
 CWARNFLAGS.clang+=     -Wno-empty-body -Wno-unused-value -Wno-parentheses
+# XXX: This warning seems to trigger incorrectly
+CWARNFLAGS.clang+=     -Wno-atomic-alignment
 
 # XXX Not yet.
 LINTFLAGS+=-D__int128='long long'



Home | Main Index | Thread Index | Old Index