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 Make using ! on the LHS of a c...



details:   https://anonhg.NetBSD.org/src/rev/e819c3551dc1
branches:  trunk
changeset: 343855:e819c3551dc1
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Feb 28 22:55:21 2016 +0000

description:
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.

diffstat:

 external/mit/xorg/lib/gallium/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 038a08883293 -r e819c3551dc1 external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile    Sun Feb 28 22:19:01 2016 +0000
+++ b/external/mit/xorg/lib/gallium/Makefile    Sun Feb 28 22:55:21 2016 +0000
@@ -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 @@
                        -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



Home | Main Index | Thread Index | Old Index