Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc make lint exit on warnings
details: https://anonhg.NetBSD.org/src/rev/897f82feadaf
branches: trunk
changeset: 778133:897f82feadaf
user: christos <christos%NetBSD.org@localhost>
date: Sat Mar 17 18:00:50 2012 +0000
description:
make lint exit on warnings
diffstat:
lib/libc/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9d12813fbd96 -r 897f82feadaf lib/libc/Makefile.inc
--- a/lib/libc/Makefile.inc Sat Mar 17 18:00:28 2012 +0000
+++ b/lib/libc/Makefile.inc Sat Mar 17 18:00:50 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.11 2012/03/13 22:37:51 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.12 2012/03/17 18:00:50 christos Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@@ -41,7 +41,7 @@
.endif
# Set lint to exit on warnings
-#LINTFLAGS+= -w
+LINTFLAGS+= -w
# ignore 'empty translation unit' warnings.
LINTFLAGS+= -X 272
Home |
Main Index |
Thread Index |
Old Index