From a04e99bed036fb064c12d8bf7d577c2c55b40faf Mon Sep 17 00:00:00 2001 From: Ankith Date: Sun, 20 Oct 2024 23:46:43 +0530 Subject: [PATCH] Ignore new gcc version mask array bounds warning --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 8a62fa1ba9..c7e81698ef 100644 --- a/meson.build +++ b/meson.build @@ -399,6 +399,7 @@ else '-Wno-error=unused-but-set-variable', '-Wno-error=array-bounds', ] + warnings_temp_mask += '-Wno-error=array-bounds' endif if cc.sizeof('long') != 8