Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/mopd/common Use of non-literal format strings
details: https://anonhg.NetBSD.org/src/rev/e6c082997b5a
branches: trunk
changeset: 768730:e6c082997b5a
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Aug 25 16:47:20 2011 +0000
description:
Use of non-literal format strings
diffstat:
usr.sbin/mopd/common/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 24a736c579ec -r e6c082997b5a usr.sbin/mopd/common/Makefile
--- a/usr.sbin/mopd/common/Makefile Thu Aug 25 16:47:16 2011 +0000
+++ b/usr.sbin/mopd/common/Makefile Thu Aug 25 16:47:20 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index