Module Name:    src
Committed By:   christos
Date:           Tue Aug 16 12:03:32 UTC 2011

Modified Files:
        src/usr.bin/netstat: Makefile

Log Message:
document non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/usr.bin/netstat/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.bin/netstat/Makefile
diff -u src/usr.bin/netstat/Makefile:1.35 src/usr.bin/netstat/Makefile:1.36
--- src/usr.bin/netstat/Makefile:1.35	Thu May 26 08:56:33 2011
+++ src/usr.bin/netstat/Makefile	Tue Aug 16 08:03:31 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.35 2011/05/26 12:56:33 joerg Exp $
+#	$NetBSD: Makefile,v 1.36 2011/08/16 12:03:31 christos Exp $
 #	from: @(#)Makefile	8.1 (Berkeley) 6/12/93
 
 .include <bsd.own.mk>
@@ -18,6 +18,8 @@
 CPPFLAGS+= -I${NETBSDSRCDIR}/sys/dist/pf
 
 CWARNFLAGS.clang+=	-Wno-format
+COPTS.iso.c += -Wno-format-nonliteral
+COPTS.show.c += -Wno-format-nonliteral
 
 .PATH:  ${.CURDIR}/../../lib/libc/gen
 .PATH:  ${.CURDIR}/../../lib/libc/net

Reply via email to