Module Name:    src
Committed By:   martin
Date:           Mon Jun 17 18:36:39 UTC 2019

Modified Files:
        src/usr.sbin/sysinst: Makefile.inc

Log Message:
Avoid format-nonliteral warnings from msgc generated files for now


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/sysinst/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/Makefile.inc
diff -u src/usr.sbin/sysinst/Makefile.inc:1.20 src/usr.sbin/sysinst/Makefile.inc:1.21
--- src/usr.sbin/sysinst/Makefile.inc:1.20	Wed Jun 12 06:20:17 2019
+++ src/usr.sbin/sysinst/Makefile.inc	Mon Jun 17 18:36:39 2019
@@ -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

Reply via email to