Module Name:    src
Committed By:   joerg
Date:           Thu Aug 25 15:30:54 UTC 2011

Modified Files:
        src/crypto/external/bsd/libsaslc/lib: Makefile

Log Message:
msg.c uses non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/libsaslc/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/libsaslc/lib/Makefile
diff -u src/crypto/external/bsd/libsaslc/lib/Makefile:1.4 src/crypto/external/bsd/libsaslc/lib/Makefile:1.5
--- src/crypto/external/bsd/libsaslc/lib/Makefile:1.4	Fri Apr 15 18:05:42 2011
+++ src/crypto/external/bsd/libsaslc/lib/Makefile	Thu Aug 25 15:30:54 2011
@@ -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

Reply via email to