From 77984ce781adcd1a7ffca1f51f622dfe8c7b21d7 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 17 Aug 2011 12:57:19 +0000 Subject: [PATCH] document non-literal format strings. --- usr.bin/nvi/build/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr.bin/nvi/build/Makefile b/usr.bin/nvi/build/Makefile index 8fe1ff209e7f..04fc6a558024 100644 --- a/usr.bin/nvi/build/Makefile +++ b/usr.bin/nvi/build/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/06/20 07:44:01 mrg Exp $ +# $NetBSD: Makefile,v 1.16 2011/08/17 12:57:19 christos Exp $ .include @@ -61,4 +61,7 @@ options_def.h: options.awk options.c .PATH: ${DIST}/regex .PATH: ${DIST}/docs/vi.man +COPTS.exf.c += -Wno-format-nonliteral +COPTS.msg.c += -Wno-format-nonliteral + .include