Module Name: src
Committed By: joerg
Date: Tue Mar 13 22:12:40 UTC 2012
Modified Files:
src/lib/libc: Makefile.inc
Log Message:
Disable -w again until the complains are resolved.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/lib/libc/Makefile.inc:1.10
--- src/lib/libc/Makefile.inc:1.9 Tue Mar 13 21:13:30 2012
+++ src/lib/libc/Makefile.inc Tue Mar 13 22:12:40 2012
@@ -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 @@ USE_SHLIBDIR= yes
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 @@ CPPFLAGS+= -DYP
.endif
# Set lint to exit on warnings
-LINTFLAGS+= -w
+#LINTFLAGS+= -w
# ignore 'empty translation unit' warnings.
LINTFLAGS+= -X 272