Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/lua use WARNS?=4 for all Lua modules
details: https://anonhg.NetBSD.org/src/rev/7f53e6bce11f
branches: trunk
changeset: 770284:7f53e6bce11f
user: plunky <plunky%NetBSD.org@localhost>
date: Tue Oct 11 07:10:15 2011 +0000
description:
use WARNS?=4 for all Lua modules
diffstat:
lib/lua/Makefile.inc | 3 +++
lib/lua/gpio/Makefile | 3 +--
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 41b716f2215e -r 7f53e6bce11f lib/lua/Makefile.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/lua/Makefile.inc Tue Oct 11 07:10:15 2011 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.inc,v 1.1 2011/10/11 07:10:15 plunky Exp $
+
+WARNS?= 4
diff -r 41b716f2215e -r 7f53e6bce11f lib/lua/gpio/Makefile
--- a/lib/lua/gpio/Makefile Tue Oct 11 05:19:38 2011 +0000
+++ b/lib/lua/gpio/Makefile Tue Oct 11 07:10:15 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index