
8 Jun
2021
8 Jun
'21
2:08 p.m.
On 5/27/21 12:37 PM, Thomas Huth wrote:
The flag has a typo in it, it's "...-than=..." and not "...-then=...", so this was in fact never used. Since we're also using -Wvla (without size), we should already get warnings about any variable length arrays anyway, so the additional "-Wvla-larger-than" does not make much sense and thus we can simply drop this.
Signed-off-by: Thomas Huth <thuth@redhat.com> --- meson.build | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano