diff options
author | David Robillard <d@drobilla.net> | 2022-03-12 18:44:31 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-03-12 18:44:31 -0500 |
commit | d06e9cb31e3f3b522b21541353c915a663e0f814 (patch) | |
tree | 3f3d66fa599a06e1b85339ca46d12d63b639d777 /meson.build | |
parent | 38181cbf7283593be2ef7bf4be890986b6a32b86 (diff) | |
download | sratom-d06e9cb31e3f3b522b21541353c915a663e0f814.tar.gz sratom-d06e9cb31e3f3b522b21541353c915a663e0f814.tar.bz2 sratom-d06e9cb31e3f3b522b21541353c915a663e0f814.zip |
fixup! port to serd1
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 57498a2..a8cbfc5 100644 --- a/meson.build +++ b/meson.build @@ -49,6 +49,7 @@ if get_option('strict') '-Wno-cast-align', '-Wno-cast-qual', '-Wno-conversion', + '-Wno-inline', '-Wno-padded', '-Wno-suggest-attribute=pure', '-Wno-unsuffixed-float-constants', |