From a7df20c1c3512ce20f851c22eb6414ea6f0591bc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 2 Dec 2024 20:54:23 -0500 Subject: Fix strict release GCC build --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index c903f98..9ac49a9 100644 --- a/meson.build +++ b/meson.build @@ -109,6 +109,7 @@ elif cc.get_id() == 'gcc' c_suppressions += [ '-Wno-bad-function-cast', '-Wno-c++-compat', + '-Wno-inline', '-Wno-unsuffixed-float-constants', ] endif @@ -183,6 +184,7 @@ elif cpp.get_id() == 'gcc' if warning_level == 'everything' cpp_suppressions += [ '-Wno-effc++', + '-Wno-inline', '-Wno-missing-noreturn', '-Wno-null-dereference', '-Wno-old-style-cast', -- cgit v1.2.1