Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst/arch/mac68k adapt to ${CC_WNO_STRINGOP_TRUN...
details: https://anonhg.NetBSD.org/src/rev/8acd8d86bd52
branches: trunk
changeset: 376188:8acd8d86bd52
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Jun 03 21:33:25 2023 +0000
description:
adapt to ${CC_WNO_STRINGOP_TRUNCATION}
diffstat:
usr.sbin/sysinst/arch/mac68k/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 185ee405ec4d -r 8acd8d86bd52 usr.sbin/sysinst/arch/mac68k/Makefile
--- a/usr.sbin/sysinst/arch/mac68k/Makefile Sat Jun 03 21:33:01 2023 +0000
+++ b/usr.sbin/sysinst/arch/mac68k/Makefile Sat Jun 03 21:33:25 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/08/10 06:54:45 rin Exp $
+# $NetBSD: Makefile,v 1.4 2023/06/03 21:33:25 lukem Exp $
#
# Makefile for mac68k
#
@@ -13,7 +13,6 @@ NO_GPT= yes
NO_MBR= yes
.endif
-# XXX
-COPTS.md.c= -Wno-stringop-truncation
+COPTS.md.c= ${CC_WNO_STRINGOP_TRUNCATION}
.include "../../Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index