Module Name:    src
Committed By:   jakllsch
Date:           Fri Sep  2 11:38:01 UTC 2016

Modified Files:
        src/external/mit/xorg/server/xorg-server/hw/xfree86/common: Makefile

Log Message:
More clang -Wno-error=


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 \
    src/external/mit/xorg/server/xorg-server/hw/xfree86/common/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/server/xorg-server/hw/xfree86/common/Makefile
diff -u src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile:1.26 src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile:1.27
--- src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile:1.26	Tue Aug 30 04:04:07 2016
+++ src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile	Fri Sep  2 11:38:01 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.26 2016/08/30 04:04:07 mrg Exp $
+#	$NetBSD: Makefile,v 1.27 2016/09/02 11:38:01 jakllsch Exp $
 
 .include <bsd.own.mk>
 
@@ -129,5 +129,7 @@ COPTS.xf86sbusBus.c=		-Wno-error=incompa
 COPTS.xf86Configure.c=		${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
 .endif
 
+COPTS.xf86pciBus.c=		${${ACTIVE_CC} == "clang":? -Wno-error=tautological-constant-out-of-range-compare :}
+
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>

Reply via email to