Source-Changes-HG archive

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

[src/trunk]: src/lib/libc Disable -w for lint again. It clearly creates more ...



details:   https://anonhg.NetBSD.org/src/rev/6ad6dd619643
branches:  trunk
changeset: 789506:6ad6dd619643
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Aug 20 23:19:28 2013 +0000

description:
Disable -w for lint again. It clearly creates more issues than it ever
solved.

diffstat:

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

diffs (18 lines):

diff -r 99a20ec9ad6b -r 6ad6dd619643 lib/libc/Makefile.inc
--- a/lib/libc/Makefile.inc     Tue Aug 20 22:44:37 2013 +0000
+++ b/lib/libc/Makefile.inc     Tue Aug 20 23:19:28 2013 +0000
@@ -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 @@
 .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