From 6e5fe150f1b0aa0ffdae0aa73b51fbd3465a2cb3 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 25 Aug 2011 16:47:20 +0000 Subject: [PATCH] Use of non-literal format strings --- common/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/Makefile b/common/Makefile index 6b4beba..f50dac3 100644 --- a/common/Makefile +++ b/common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2011/08/16 16:45:20 christos Exp $ +# $NetBSD: Makefile,v 1.18 2011/08/25 16:47:20 joerg Exp $ LIBISPRIVATE= yes @@ -23,3 +23,5 @@ version.c: VERSION .if defined(HAVE_GCC) || defined(HAVE_PCC) COPTS.print.c+= -Wno-pointer-sign .endif + +COPTS.log.c+= -Wno-format-nonliteral