aboutsummaryrefslogtreecommitdiffstats
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 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',