Source-Changes-HG archive

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

[src/trunk]: src/lib Libraries default to be built with WARNS=5



details:   https://anonhg.NetBSD.org/src/rev/321e33298144
branches:  trunk
changeset: 778276:321e33298144
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Mar 21 05:39:21 2012 +0000

description:
Libraries default to be built with WARNS=5

diffstat:

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

diffs (9 lines):

diff -r b7d14bb37095 -r 321e33298144 lib/Makefile.inc
--- a/lib/Makefile.inc  Wed Mar 21 05:38:49 2012 +0000
+++ b/lib/Makefile.inc  Wed Mar 21 05:39:21 2012 +0000
@@ -1,3 +1,3 @@
-#      $NetBSD: Makefile.inc,v 1.6 2006/10/08 17:52:28 peter Exp $
+#      $NetBSD: Makefile.inc,v 1.7 2012/03/21 05:39:21 matt Exp $
 
-WARNS?=                2
+WARNS?=                5



Home | Main Index | Thread Index | Old Index