Source-Changes-HG archive

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

[src/trunk]: src/sbin document non-literal strings



details:   https://anonhg.NetBSD.org/src/rev/c6d10432a1c8
branches:  trunk
changeset: 768305:c6d10432a1c8
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 14 11:34:11 2011 +0000

description:
document non-literal strings

diffstat:

 sbin/mount_portal/Makefile |  4 +++-
 sbin/routed/Makefile       |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 341e645675fb -r c6d10432a1c8 sbin/mount_portal/Makefile
--- a/sbin/mount_portal/Makefile        Sun Aug 14 11:19:51 2011 +0000
+++ b/sbin/mount_portal/Makefile        Sun Aug 14 11:34:11 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.24 2009/12/05 20:11:02 pooka Exp $
+#      $NetBSD: Makefile,v 1.25 2011/08/14 11:34:11 christos Exp $
 #      @(#)Makefile    8.3 (Berkeley) 3/27/94
 
 .include <bsd.own.mk>
@@ -13,5 +13,7 @@
 DPADD+=${LIBUTIL} ${LIBPUFFS}
 LDADD+=-lutil -lpuffs
 
+COPTS.pt_filter.c = -Wno-format-nonliteral
+
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>
diff -r 341e645675fb -r c6d10432a1c8 sbin/routed/Makefile
--- a/sbin/routed/Makefile      Sun Aug 14 11:19:51 2011 +0000
+++ b/sbin/routed/Makefile      Sun Aug 14 11:34:11 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.23 2007/05/28 12:06:23 tls Exp $
+#      $NetBSD: Makefile,v 1.24 2011/08/14 11:34:11 christos Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/19/93
 
 USE_FORT?= yes # network client/server
@@ -14,5 +14,7 @@
 MLINKS=        routed.8 rdisc.8
 #COPTS+=-g -DDEBUG -Wall
 
+COPTS.trace.c = -Wno-format-nonliteral
+
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index