Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sysinst remove format warning.



details:   https://anonhg.NetBSD.org/src/rev/24d6f97c7926
branches:  trunk
changeset: 452177:24d6f97c7926
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jun 20 15:59:40 2019 +0000

description:
remove format warning.

diffstat:

 usr.sbin/sysinst/Makefile.inc |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 4f86a90c81f5 -r 24d6f97c7926 usr.sbin/sysinst/Makefile.inc
--- a/usr.sbin/sysinst/Makefile.inc     Thu Jun 20 15:58:59 2019 +0000
+++ b/usr.sbin/sysinst/Makefile.inc     Thu Jun 20 15:59:40 2019 +0000
@@ -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 @@
 COPTS += -Os
 .endif
 
-COPTS.msg_defs.c+=     -Wno-format-nonliteral
-
 .if (!defined(SMALLPROG) || defined(SMALLPROG_INET6)) && (${USE_INET6} != "no")
 CPPFLAGS+=-DINET6
 .endif



Home | Main Index | Thread Index | Old Index