Module Name:    src
Committed By:   joerg
Date:           Thu Aug 25 16:12:38 UTC 2011

Modified Files:
        src/sbin/routed: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sbin/routed/Makefile

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

Modified files:

Index: src/sbin/routed/Makefile
diff -u src/sbin/routed/Makefile:1.24 src/sbin/routed/Makefile:1.25
--- src/sbin/routed/Makefile:1.24	Sun Aug 14 11:34:11 2011
+++ src/sbin/routed/Makefile	Thu Aug 25 16:12:37 2011
@@ -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>

Reply via email to