From b832b3fd356996459c76c403f2d5bca4de251c08 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 15 Mar 2024 00:14:17 -0400 Subject: [PATCH] Drop -Werror=array-bounds for now Until somebody fixes the code in gtkcssselector.c in a way that makes the compiler happy, don't pass unhappiness-inducing flags. --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index bf32c40fc2..67d6331bab 100644 --- a/meson.build +++ b/meson.build @@ -307,7 +307,6 @@ elif cc.get_id() == 'gcc' or cc.get_id() == 'clang' extra_warnings = [ 'address', - 'array-bounds', 'empty-body', 'enum-int-mismatch', 'implicit',