Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libdm Use WARNS=2 (the previous WARN=4 was incorrect and...



details:   https://anonhg.NetBSD.org/src/rev/9a5ed7ee2612
branches:  trunk
changeset: 778273:9a5ed7ee2612
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Mar 21 05:36:24 2012 +0000

description:
Use WARNS=2 (the previous WARN=4 was incorrect and ignored).

diffstat:

 lib/libdm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dfeb89b2791e -r 9a5ed7ee2612 lib/libdm/Makefile
--- a/lib/libdm/Makefile        Wed Mar 21 05:34:54 2012 +0000
+++ b/lib/libdm/Makefile        Wed Mar 21 05:36:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/02/08 03:20:15 haad Exp $
+# $NetBSD: Makefile,v 1.2 2012/03/21 05:36:24 matt Exp $
 USE_FORT?= no  # network protocol library
 
 LIB=    dm
@@ -6,7 +6,7 @@
 SRCS=   libdm_ioctl.c
 MAN=   dm.3
 
-WARN= 4
+WARNS= 2
 
 CPPFLAGS+= -I${.CURDIR}
 #CFLAGS+= -g -O0



Home | Main Index | Thread Index | Old Index