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/ed0c1b4a7d08
branches:  trunk
changeset: 345775:ed0c1b4a7d08
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 061f7cb37974 -r ed0c1b4a7d08 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