aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-12-02 20:56:12 -0500
committerDavid Robillard <d@drobilla.net>2024-12-02 20:56:12 -0500
commitc67666c45b46155d86c0f4c6af2061cc297dd00f (patch)
tree75a7753196a93bd785ff888f917d6e5f13f4e13f /meson.build
parentdf936a6981aea6ea09497d487457f4133e72b80a (diff)
downloadjalv-c67666c45b46155d86c0f4c6af2061cc297dd00f.tar.gz
jalv-c67666c45b46155d86c0f4c6af2061cc297dd00f.tar.bz2
jalv-c67666c45b46155d86c0f4c6af2061cc297dd00f.zip
Fix strict release GCC build
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5e199e6..bc6bf43 100644
--- a/meson.build
+++ b/meson.build
@@ -181,6 +181,7 @@ if is_variable('cpp')
'-Wno-cast-qual', # LV2
'-Wno-conversion',
'-Wno-effc++',
+ '-Wno-inline',
'-Wno-padded',
'-Wno-strict-overflow',
'-Wno-suggest-attribute=const',