Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/lib/gallium elide clang warnings
details: https://anonhg.NetBSD.org/src/rev/a920d5ce0c67
branches: trunk
changeset: 999013:a920d5ce0c67
user: christos <christos%NetBSD.org@localhost>
date: Sat May 11 17:44:16 2019 +0000
description:
elide clang warnings
diffstat:
external/mit/xorg/lib/gallium/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 739172398b46 -r a920d5ce0c67 external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile Sat May 11 17:21:07 2019 +0000
+++ b/external/mit/xorg/lib/gallium/Makefile Sat May 11 17:44:16 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2019/04/16 17:29:09 christos Exp $
+# $NetBSD: Makefile,v 1.26 2019/05/11 17:44:16 christos Exp $
# Link the gallium mega driver.
@@ -15,6 +15,8 @@
LLVM_INCLUDE_OBJDIR!= cd ${NETBSDSRCDIR}/external/bsd/llvm/include && ${PRINTOBJDIR}
+CWARNFLAGS.clang += -Wno-atomic-alignment -Wno-unknown-warning-option
+
CXXFLAGS+= -std=c++11
CFLAGS+= -std=gnu11
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/libdrm \
Home |
Main Index |
Thread Index |
Old Index