Source-Changes-HG archive

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

[src/trunk]: src/share/mk since we seem to have grown a WARNS=5, list it here



details:   https://anonhg.NetBSD.org/src/rev/b991f7f3b188
branches:  trunk
changeset: 779790:b991f7f3b188
user:      plunky <plunky%NetBSD.org@localhost>
date:      Tue Jun 19 06:20:13 2012 +0000

description:
since we seem to have grown a WARNS=5, list it here

diffstat:

 share/mk/bsd.README |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r f2b33d8868db -r b991f7f3b188 share/mk/bsd.README
--- a/share/mk/bsd.README       Tue Jun 19 06:10:09 2012 +0000
+++ b/share/mk/bsd.README       Tue Jun 19 06:20:13 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.295 2012/05/25 10:48:48 wiz Exp $
+#      $NetBSD: bsd.README,v 1.296 2012/06/19 06:20:13 plunky Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -1770,11 +1770,12 @@
 NOCLANGERROR   If defined and clang is used as C compiler, -Werror is not
                passed to it.
 
-WARNS          Crank up GCC warning options; the distinct levels are:
+WARNS          Crank up compiler warning options; the distinct levels are:
                        WARNS=1
                        WARNS=2
                        WARNS=3
                        WARNS=4
+                       WARNS=5
 
 =-=-=-=-=   bsd.x11.mk   =-=-=-=-=
 



Home | Main Index | Thread Index | Old Index