Module Name: src Committed By: joerg Date: Tue Aug 20 23:19:28 UTC 2013
Modified Files: src/lib/libc: Makefile.inc Log Message: Disable -w for lint again. It clearly creates more issues than it ever solved. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 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.14 src/lib/libc/Makefile.inc:1.15 --- src/lib/libc/Makefile.inc:1.14 Wed Mar 21 14:52:40 2012 +++ src/lib/libc/Makefile.inc Tue Aug 20 23:19:28 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.14 2012/03/21 14:52:40 christos Exp $ +# $NetBSD: Makefile.inc,v 1.15 2013/08/20 23:19:28 joerg Exp $ # @(#)Makefile 8.2 (Berkeley) 2/3/94 # # All library objects contain sccsid strings by default; they may be @@ -42,7 +42,7 @@ CPPFLAGS+= -DYP .endif # Set lint to exit on warnings -LINTFLAGS+= -w +#LINTFLAGS+= -w # ignore 'empty translation unit' warnings. LINTFLAGS+= -X 272