Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/netpgp/bin/netpgpverify WARNS=6 is impos...



details:   https://anonhg.NetBSD.org/src/rev/d31713db336b
branches:  trunk
changeset: 794221:d31713db336b
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 09 07:00:52 2014 +0000

description:
WARNS=6 is impossible for this code :-)

diffstat:

 crypto/external/bsd/netpgp/bin/netpgpverify/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e8c673c6f34c -r d31713db336b crypto/external/bsd/netpgp/bin/netpgpverify/Makefile
--- a/crypto/external/bsd/netpgp/bin/netpgpverify/Makefile      Sun Mar 09 06:57:58 2014 +0000
+++ b/crypto/external/bsd/netpgp/bin/netpgpverify/Makefile      Sun Mar 09 07:00:52 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2014/03/09 06:57:58 christos Exp $
+#      $NetBSD: Makefile,v 1.8 2014/03/09 07:00:52 christos Exp $
 
 PROG=netpgpverify
 BINDIR=                /usr/bin
@@ -19,7 +19,7 @@
 .endif
 
 MAN=   netpgpverify.1
-WARNS= 6
+WARNS= 4
 
 EXTDIST=${.CURDIR}/../../dist
 



Home | Main Index | Thread Index | Old Index