Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/libsaslc/lib msg.c uses non-literal form...
details: https://anonhg.NetBSD.org/src/rev/d7e04e0f48cf
branches: trunk
changeset: 768715:d7e04e0f48cf
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Aug 25 15:30:54 2011 +0000
description:
msg.c uses non-literal format strings
diffstat:
crypto/external/bsd/libsaslc/lib/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d5fa6c414531 -r d7e04e0f48cf crypto/external/bsd/libsaslc/lib/Makefile
--- a/crypto/external/bsd/libsaslc/lib/Makefile Thu Aug 25 15:29:04 2011 +0000
+++ b/crypto/external/bsd/libsaslc/lib/Makefile Thu Aug 25 15:30:54 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/04/15 18:05:42 elric Exp $
+# $NetBSD: Makefile,v 1.5 2011/08/25 15:30:54 joerg Exp $
.include <bsd.own.mk>
@@ -26,6 +26,8 @@
SRCS+= saslc.c
SRCS+= xsess.c
+COPTS.msg.c = -Wno-format-nonliteral
+
CPPFLAGS+=-I${EXTDIST}/include
MAN=libsaslc.3
WARNS?=4
Home |
Main Index |
Thread Index |
Old Index