Module Name: src
Committed By: joerg
Date: Sun Feb 28 22:55:21 UTC 2016
Modified Files:
src/external/mit/xorg/lib/gallium: Makefile
Log Message:
Make using ! on the LHS of a compare non-fatal, even if it is not
cosher. It is currently not clear what the code is actually trying to
do.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/mit/xorg/lib/gallium/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/lib/gallium/Makefile
diff -u src/external/mit/xorg/lib/gallium/Makefile:1.13 src/external/mit/xorg/lib/gallium/Makefile:1.14
--- src/external/mit/xorg/lib/gallium/Makefile:1.13 Fri Feb 26 18:29:55 2016
+++ src/external/mit/xorg/lib/gallium/Makefile Sun Feb 28 22:55:21 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/02/26 18:29:55 riastradh Exp $
+# $NetBSD: Makefile,v 1.14 2016/02/28 22:55:21 joerg Exp $
# Link the gallium mega driver.
@@ -594,7 +594,8 @@ CWARNFLAGS.clang+= -Wno-error=constant-c
-Wno-error=switch \
-Wno-error=absolute-value \
-Wno-error=tautological-compare \
- -Wno-error=static-in-inline
+ -Wno-error=static-in-inline \
+ -Wno-error=logical-not-parentheses
.include <bsd.x11.mk>
LIBDIR= ${X11USRLIBDIR}/modules/dri