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/0fc5da7b1c15
branches: trunk
changeset: 457351:0fc5da7b1c15
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 3dc8e300a2d4 -r 0fc5da7b1c15 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