From 64c1236bb050eadcd4bbf2246339ec2115f98d8d Mon Sep 17 00:00:00 2001 From: plunky Date: Tue, 11 Oct 2011 07:10:15 +0000 Subject: use WARNS?=4 for all Lua modules --- lib/lua/Makefile.inc | 3 +++ lib/lua/gpio/Makefile | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 lib/lua/Makefile.inc (limited to 'lib/lua') diff --git a/lib/lua/Makefile.inc b/lib/lua/Makefile.inc new file mode 100644 index 00000000000..3dfe878d483 --- /dev/null +++ b/lib/lua/Makefile.inc @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.inc,v 1.1 2011/10/11 07:10:15 plunky Exp $ + +WARNS?= 4 diff --git a/lib/lua/gpio/Makefile b/lib/lua/gpio/Makefile index b863931e6e4..fae134ca581 100644 --- a/lib/lua/gpio/Makefile +++ b/lib/lua/gpio/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.2 2011/10/10 20:41:05 christos Exp $ +# $NetBSD: Makefile,v 1.3 2011/10/11 07:10:15 plunky Exp $ -WARNS?= 4 LUA_MODULES= gpio LUA_SRCS.gpio= gpio.c -- cgit