Use of non-literal format strings

This commit is contained in:
joerg 2011-08-25 16:47:20 +00:00
parent c0180dc6d9
commit 6e5fe150f1

View File

@ -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