Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos Don't...
details: https://anonhg.NetBSD.org/src/rev/18c4006c8771
branches: trunk
changeset: 343840:18c4006c8771
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Feb 28 15:15:42 2016 +0000
description:
Don't claim too much about empty loops, the SYSCALL macro is kind of
obnoxious like that...
diffstat:
external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6c3a0427f8e3 -r 18c4006c8771 external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile
--- a/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile Sun Feb 28 11:00:14 2016 +0000
+++ b/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile Sun Feb 28 15:15:42 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2015/11/04 17:06:23 phx Exp $
+# $NetBSD: Makefile,v 1.41 2016/02/28 15:15:42 joerg Exp $
.include "../../../Makefile.serverlib"
.include "../../../Makefile.servermod"
@@ -168,5 +168,7 @@
CPPFLAGS+= ${X11FLAGS.DRI}
.endif
+CWARNFLAGS.clang+= -Wno-error=empty-body
+
.include <bsd.x11.mk>
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index