Module Name: src
Committed By: kalvisd
Date: Mon Sep 30 00:59:26 UTC 2024
Modified Files:
src/sys/arch/vax/boot/boot: Makefile
Log Message:
vax/boot: XXX: Silence GCC12 -Warray-bounds for autoconf.c at the moment
OK rin@ (from rin@)
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/vax/boot/boot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/vax/boot/boot/Makefile
diff -u src/sys/arch/vax/boot/boot/Makefile:1.46 src/sys/arch/vax/boot/boot/Makefile:1.47
--- src/sys/arch/vax/boot/boot/Makefile:1.46 Mon Mar 19 17:29:08 2018
+++ src/sys/arch/vax/boot/boot/Makefile Mon Sep 30 00:59:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2018/03/19 17:29:08 ragge Exp $
+# $NetBSD: Makefile,v 1.47 2024/09/30 00:59:25 kalvisd Exp $
S= ${.CURDIR}/../../../..
@@ -51,4 +51,6 @@ install:
VERSIONFLAGS+=-n
.include "${S}/conf/newvers_stand.mk"
+COPTS.autoconf.c+= ${CC_WNO_ARRAY_BOUNDS}
+
.include <bsd.prog.mk>