summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2023-05-05 07:36:03 +0200
committerBenjamin Otte <otte@redhat.com>2023-05-16 18:53:27 +0200
commit14f67550d05b5c30696f30cca3091c4b14de4a79 (patch)
tree94758a9f1124b9a61692d09dd32cc020dd9a1959
parentee6ef41e715d3ea373c32e2bcd4d05e36d2534e8 (diff)
downloadgtk+-14f67550d05b5c30696f30cca3091c4b14de4a79.tar.gz
build: Add a new gcc 13 warning
We don't trigger it and it's a useful warning. So let's use it.
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
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