Don't claim too much about empty loops, the SYSCALL macro is kind of
obnoxious like that...
This commit is contained in:
parent
540da75fb3
commit
9e4f8959e5
|
@ -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.serverlib"
|
||||||
.include "../../../Makefile.servermod"
|
.include "../../../Makefile.servermod"
|
||||||
|
@ -168,5 +168,7 @@ CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/common \
|
||||||
CPPFLAGS+= ${X11FLAGS.DRI}
|
CPPFLAGS+= ${X11FLAGS.DRI}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
CWARNFLAGS.clang+= -Wno-error=empty-body
|
||||||
|
|
||||||
.include <bsd.x11.mk>
|
.include <bsd.x11.mk>
|
||||||
.include <bsd.lib.mk>
|
.include <bsd.lib.mk>
|
||||||
|
|
Loading…
Reference in New Issue