summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-09-09 12:28:20 +0100
committerRichard Hughes <richard@hughsie.com>2022-09-09 13:16:21 +0100
commit1d2185e959a69fd29199e08015b065a3d17152fc (patch)
tree7d6b15ba6247d81051c87c9fb8c7d0ecd6fe024e
parentd68f8a1384b289a1e4cc5094f9a30ef874d972de (diff)
downloadgusb-1d2185e959a69fd29199e08015b065a3d17152fc.tar.gz
trivial: Ignore -Wgnu-variable-sized-type-not-at-end
There's literally nothing we can do about it.
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2839e8c..ca28a33 100644
--- a/meson.build
+++ b/meson.build
@@ -49,6 +49,7 @@ test_args = [
'-Wno-strict-aliasing',
'-Wno-suggest-attribute=format',
'-Wno-unused-parameter',
+ '-Wno-gnu-variable-sized-type-not-at-end',
'-Wold-style-definition',
'-Woverride-init',
'-Wpointer-arith',