diff options
author | David Robillard <d@drobilla.net> | 2021-11-20 21:20:51 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-11-20 21:20:51 -0500 |
commit | 70e6b05604ce56ed3862f9be725137e871f42667 (patch) | |
tree | 7c47b67fa571574c057698cc14934fd9e4cd2958 | |
parent | c2d4a93ed3cef44ad0c8348d4d3095af9cd10491 (diff) | |
download | pugl-70e6b05604ce56ed3862f9be725137e871f42667.tar.gz pugl-70e6b05604ce56ed3862f9be725137e871f42667.tar.bz2 pugl-70e6b05604ce56ed3862f9be725137e871f42667.zip |
Suppress warnings in GCC release builds
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index ae4c03c..a74f9f7 100644 --- a/meson.build +++ b/meson.build @@ -49,6 +49,7 @@ if get_option('strict') c_warnings += [ '-Wno-bad-function-cast', '-Wno-float-equal', + '-Wno-inline', '-Wno-padded', '-Wno-suggest-attribute=const', '-Wno-suggest-attribute=malloc', |