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 again until the complains are resolved.
details: https://anonhg.NetBSD.org/src/rev/028f2678c656
branches: trunk
changeset: 778041:028f2678c656
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Mar 13 22:12:40 2012 +0000
description:
Disable -w again until the complains are resolved.
diffstat:
lib/libc/Makefile.inc | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r f58f64fb0d17 -r 028f2678c656 lib/libc/Makefile.inc
--- a/lib/libc/Makefile.inc Tue Mar 13 21:32:12 2012 +0000
+++ b/lib/libc/Makefile.inc Tue Mar 13 22:12:40 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.9 2012/03/13 21:13:30 christos Exp $
+# $NetBSD: Makefile.inc,v 1.10 2012/03/13 22:12:40 joerg Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@@ -25,6 +25,7 @@
WARNS=4
CPPFLAGS+= -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC
+CWARNFLAGS+= -Wno-constant-conversion
.if (${USE_HESIOD} != "no")
CPPFLAGS+= -DHESIOD
@@ -41,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