Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ntp There is no such thing as WARNS=5.



details:   https://anonhg.NetBSD.org/src/rev/173a4d2e0fb4
branches:  trunk
changeset: 769637:173a4d2e0fb4
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Sep 16 16:29:12 2011 +0000

description:
There is no such thing as WARNS=5.

diffstat:

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

diffs (18 lines):

diff -r c212b6c7dad9 -r 173a4d2e0fb4 external/bsd/ntp/Makefile.inc
--- a/external/bsd/ntp/Makefile.inc     Fri Sep 16 16:29:11 2011 +0000
+++ b/external/bsd/ntp/Makefile.inc     Fri Sep 16 16:29:12 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.7 2011/08/09 13:00:59 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.8 2011/09/16 16:29:12 joerg Exp $
 
 .if !defined(NTP_MAKEFILE_INC)
 NTP_MAKEFILE_INC=yes
@@ -9,7 +9,7 @@
                        -Wno-format-security \
                        -Wno-parentheses -Wno-constant-logical-operand
 
-WARNS?=        5
+WARNS?=        4
 
 .include <bsd.own.mk>
 



Home | Main Index | Thread Index | Old Index