Source-Changes-HG archive

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

[src/trunk]: src/lib/libc welcome to WARNS=5



details:   https://anonhg.NetBSD.org/src/rev/a767557101f1
branches:  trunk
changeset: 778304:a767557101f1
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 21 14:52:40 2012 +0000

description:
welcome to WARNS=5

diffstat:

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

diffs (18 lines):

diff -r b7024b63aaae -r a767557101f1 lib/libc/Makefile.inc
--- a/lib/libc/Makefile.inc     Wed Mar 21 14:51:36 2012 +0000
+++ b/lib/libc/Makefile.inc     Wed Mar 21 14:52:40 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.13 2012/03/19 22:32:16 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.14 2012/03/21 14:52:40 christos Exp $
 #      @(#)Makefile    8.2 (Berkeley) 2/3/94
 #
 # All library objects contain sccsid strings by default; they may be
@@ -23,7 +23,7 @@
 
 .include <bsd.own.mk>
 
-WARNS=4
+WARNS=5
 CPPFLAGS+=     -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT
 CPPFLAGS+=     -D_DIAGNOSTIC
 



Home | Main Index | Thread Index | Old Index