From 14f67550d05b5c30696f30cca3091c4b14de4a79 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 5 May 2023 07:36:03 +0200 Subject: build: Add a new gcc 13 warning We don't trigger it and it's a useful warning. So let's use it. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 65eba0bd3a..04f985f19f 100644 --- a/meson.build +++ b/meson.build @@ -298,6 +298,7 @@ elif cc.get_id() == 'gcc' or cc.get_id() == 'clang' 'address', 'array-bounds', 'empty-body', + 'enum-int-mismatch', 'implicit', 'implicit-fallthrough', # For non-gcc 'implicit-fallthrough=5', # For GCC, only recognize the attribute and no comments -- cgit v1.2.1