From b402e7d73bff1d578c6560df1e3c6d73b19cee01 Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 1 Apr 2026 18:00:23 +0200 Subject: [PATCH] Revert "meson: Set -Wno-vla-cxx-extension" This reverts commit 6f655967dcf767c4f4dfbc7e8ce11d70512c280b. This should not be needed anymore. --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 0c819ababe..0450ba4600 100644 --- a/meson.build +++ b/meson.build @@ -315,7 +315,6 @@ warning_cflags_c = [ '-Werror=implicit-function-declaration', ] warning_cflags_cpp = [ - '-Wno-vla-cxx-extension', ] compiler_args += cc.get_supported_arguments(warning_cflags_common)