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/libICE icetrans.c has a const/char * i...
details: https://anonhg.NetBSD.org/src/rev/4f8a7803b821
branches: trunk
changeset: 787059:4f8a7803b821
user: mrg <mrg%NetBSD.org@localhost>
date: Fri May 31 08:18:41 2013 +0000
description:
icetrans.c has a const/char * issue as well; avoid it for now.
diffstat:
external/mit/xorg/lib/libICE/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r be562d0df665 -r 4f8a7803b821 external/mit/xorg/lib/libICE/Makefile
--- a/external/mit/xorg/lib/libICE/Makefile Fri May 31 08:01:59 2013 +0000
+++ b/external/mit/xorg/lib/libICE/Makefile Fri May 31 08:18:41 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/05/31 00:54:58 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2013/05/31 08:18:41 mrg Exp $
.include <bsd.own.mk>
@@ -24,5 +24,7 @@
CWARNFLAGS.clang+= -Wno-string-plus-int
+COPTS.icetrans.c+= -Wno-error
+
.include <bsd.x11.mk>
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index