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 Don't bail out on the broken i...
details: https://anonhg.NetBSD.org/src/rev/58242ba82a45
branches: trunk
changeset: 335396:58242ba82a45
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Jan 05 20:06:06 2015 +0000
description:
Don't bail out on the broken inline functions that use static variables.
diffstat:
external/mit/xorg/lib/gallium/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 1703b50ac13c -r 58242ba82a45 external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile Mon Jan 05 18:51:10 2015 +0000
+++ b/external/mit/xorg/lib/gallium/Makefile Mon Jan 05 20:06:06 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/01/05 18:51:10 gson Exp $
+# $NetBSD: Makefile,v 1.6 2015/01/05 20:06:06 joerg Exp $
# Link the gallium mega driver.
@@ -468,7 +468,8 @@
-Wno-error=pointer-sign \
-Wno-error=switch \
-Wno-error=absolute-value \
- -Wno-error=tautological-compare
+ -Wno-error=tautological-compare \
+ -Wno-error=static-in-inline
.include <bsd.x11.mk>
LIBDIR= ${X11USRLIBDIR}/modules/dri
Home |
Main Index |
Thread Index |
Old Index