summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 478869eb..aeecf0dc 100644
--- a/meson.build
+++ b/meson.build
@@ -44,6 +44,7 @@ cc_args = [
'-Wno-maybe-uninitialized',
'-Wno-missing-field-initializers',
'-Wno-pointer-arith',
+ '-Wno-address-of-packed-member',
'-Wno-sign-compare',
# Macros asserting on the range of their arguments triggers this.
'-Wno-type-limits',