Module Name:    src
Committed By:   joerg
Date:           Thu Aug 25 16:47:20 UTC 2011

Modified Files:
        src/usr.sbin/mopd/common: Makefile

Log Message:
Use of non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/mopd/common/Makefile

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

Modified files:

Index: src/usr.sbin/mopd/common/Makefile
diff -u src/usr.sbin/mopd/common/Makefile:1.17 src/usr.sbin/mopd/common/Makefile:1.18
--- src/usr.sbin/mopd/common/Makefile:1.17	Tue Aug 16 16:45:20 2011
+++ src/usr.sbin/mopd/common/Makefile	Thu Aug 25 16:47:20 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.17 2011/08/16 16:45:20 christos Exp $
+#	$NetBSD: Makefile,v 1.18 2011/08/25 16:47:20 joerg Exp $
 
 LIBISPRIVATE=	yes
 
@@ -23,3 +23,5 @@
 .if defined(HAVE_GCC) || defined(HAVE_PCC)
 COPTS.print.c+=	-Wno-pointer-sign
 .endif
+
+COPTS.log.c+=	-Wno-format-nonliteral

Reply via email to