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/fontconfig/src Remove clang workaround...



details:   https://anonhg.NetBSD.org/src/rev/3a8b44f1c784
branches:  trunk
changeset: 787638:3a8b44f1c784
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jun 27 12:44:58 2013 +0000

description:
Remove clang workaround, problem was fixed using upstream commit.

diffstat:

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

diffs (17 lines):

diff -r c5398298dafb -r 3a8b44f1c784 external/mit/xorg/lib/fontconfig/src/Makefile
--- a/external/mit/xorg/lib/fontconfig/src/Makefile     Thu Jun 27 12:20:08 2013 +0000
+++ b/external/mit/xorg/lib/fontconfig/src/Makefile     Thu Jun 27 12:44:58 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2013/06/25 14:05:04 wiz Exp $
+#      $NetBSD: Makefile,v 1.15 2013/06/27 12:44:58 wiz Exp $
 
 .include <bsd.own.mk>
 
@@ -126,7 +126,6 @@
 CPPFLAGS.fcxml.c=      -Wno-error
 
 CWARNFLAGS.clang+=     -Wno-pointer-sign -Wno-switch
-CWARNFLAGS.clang+=     -Wno-error=tautological-constant-out-of-range-compare
 
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index