Silence -Wstringop-truncation for ``name'' in disp_selected_part().

This variable is used only for display, and truncation seems harmless.
This commit is contained in:
rin 2020-08-10 06:54:45 +00:00
parent cf9ae24dea
commit e45d30c746

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2019/06/12 06:20:21 martin Exp $
# $NetBSD: Makefile,v 1.3 2020/08/10 06:54:45 rin Exp $
#
# Makefile for mac68k
#
@ -13,4 +13,7 @@ NO_GPT= yes
NO_MBR= yes
.endif
# XXX
COPTS.md.c= -Wno-stringop-truncation
.include "../../Makefile.inc"