Module Name: src
Committed By: christos
Date: Sat Mar 17 18:00:50 UTC 2012
Modified Files:
src/lib/libc: Makefile.inc
Log Message:
make lint exit on warnings
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/Makefile.inc
diff -u src/lib/libc/Makefile.inc:1.11 src/lib/libc/Makefile.inc:1.12
--- src/lib/libc/Makefile.inc:1.11 Tue Mar 13 18:37:51 2012
+++ src/lib/libc/Makefile.inc Sat Mar 17 14:00:50 2012
@@ -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 @@ CPPFLAGS+= -DYP
.endif
# Set lint to exit on warnings
-#LINTFLAGS+= -w
+LINTFLAGS+= -w
# ignore 'empty translation unit' warnings.
LINTFLAGS+= -X 272