Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst elide stack protector warning
details: https://anonhg.NetBSD.org/src/rev/0d2b74df8ae0
branches: trunk
changeset: 815917:0d2b74df8ae0
user: christos <christos%NetBSD.org@localhost>
date: Wed Jun 08 02:00:40 2016 +0000
description:
elide stack protector warning
diffstat:
usr.sbin/sysinst/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 055626487c19 -r 0d2b74df8ae0 usr.sbin/sysinst/Makefile.inc
--- a/usr.sbin/sysinst/Makefile.inc Wed Jun 08 01:59:06 2016 +0000
+++ b/usr.sbin/sysinst/Makefile.inc Wed Jun 08 02:00:40 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.8 2015/05/17 10:22:20 martin Exp $
+# $NetBSD: Makefile.inc,v 1.9 2016/06/08 02:00:40 christos Exp $
#
# Makefile for sysinst
@@ -83,7 +83,7 @@
COPTS.msg_defs.c += -Wno-format-nonliteral
COPTS.bsddisklabel.c += -Wno-format-nonliteral
COPTS.md.c += -Wno-format-nonliteral
-COPTS.partman.c += -Wno-format-nonliteral
+COPTS.partman.c += -Wno-format-nonliteral -Wno-stack-protector
# Host to ftp from. Default:
# "ftp.NetBSD.org"
Home |
Main Index |
Thread Index |
Old Index