Module Name: src Committed By: christos Date: Thu Jun 20 15:59:40 UTC 2019
Modified Files: src/usr.sbin/sysinst: Makefile.inc Log Message: remove format warning. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 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.21 src/usr.sbin/sysinst/Makefile.inc:1.22 --- src/usr.sbin/sysinst/Makefile.inc:1.21 Mon Jun 17 14:36:39 2019 +++ src/usr.sbin/sysinst/Makefile.inc Thu Jun 20 11:59:40 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.21 2019/06/17 18:36:39 martin Exp $ +# $NetBSD: Makefile.inc,v 1.22 2019/06/20 15:59:40 christos Exp $ # # Makefile for sysinst @@ -118,8 +118,6 @@ 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