Avoid format-nonliteral warnings from msgc generated files for now

This commit is contained in:
martin 2019-06-17 18:36:39 +00:00
parent c43d72d8cb
commit e39f72b662
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.20 2019/06/12 06:20:17 martin Exp $
# $NetBSD: Makefile.inc,v 1.21 2019/06/17 18:36:39 martin Exp $
#
# Makefile for sysinst
@ -118,6 +118,8 @@ DBG +=-g -O0 ${O0TRACKING}
COPTS += -Os
.endif
COPTS.msg_defs.c+= -Wno-format-nonliteral
.if (!defined(SMALLPROG) || defined(SMALLPROG_INET6)) && (${USE_INET6} != "no")
CPPFLAGS+=-DINET6
.endif