aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c33f5fd7..0b731134 100644
--- a/meson.build
+++ b/meson.build
@@ -84,6 +84,8 @@ cc_args = cc.get_supported_arguments([
'-Wno-packed',
# we use some floating point ids as unknown, so we want to compare with them
'-Wno-float-equal',
+ # avoid warning if we're ignoring fields on purpose
+ '-Wno-missing-field-initializers',
])
# strict flags to use in debug builds