Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/routed main.c uses non-literal format strings.
details: https://anonhg.NetBSD.org/src/rev/df891a74d8f7
branches: trunk
changeset: 768721:df891a74d8f7
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Aug 25 16:12:37 2011 +0000
description:
main.c uses non-literal format strings.
diffstat:
sbin/routed/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 63de7a167588 -r df891a74d8f7 sbin/routed/Makefile
--- a/sbin/routed/Makefile Thu Aug 25 15:50:45 2011 +0000
+++ b/sbin/routed/Makefile Thu Aug 25 16:12:37 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2011/08/14 11:34:11 christos Exp $
+# $NetBSD: Makefile,v 1.25 2011/08/25 16:12:37 joerg Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/19/93
USE_FORT?= yes # network client/server
@@ -14,6 +14,7 @@
MLINKS= routed.8 rdisc.8
#COPTS+=-g -DDEBUG -Wall
+COPTS.main.c = -Wno-format-nonliteral
COPTS.trace.c = -Wno-format-nonliteral
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index