Set WARNS?=2.

This commit is contained in:
tsutsui 2011-09-26 18:08:09 +00:00
parent 0597278574
commit 234e509874
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,6 @@
# $NetBSD: Makefile,v 1.1 2009/11/28 12:10:24 mbalmer Exp $
# $NetBSD: Makefile,v 1.2 2011/09/26 18:08:09 tsutsui Exp $
WARNS?= 2
DRIVER= xf86-input-ws
DRIVER_NAME= ws_drv
@ -10,6 +12,4 @@ CPPFLAGS+= -DHAVE_CONFIG_H \
-I${X11SRCDIR.${DRIVER}}/../include \
-I${X11SRCDIR.${DRIVER}}/include
COPTS.ws.c= -Wno-error # XXX deprecated
.include "../Makefile.xf86-driver"