From ad779677faf86ff39b69efd95cd497bfb54096a9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Aug 2020 18:20:06 +0200 Subject: Fix release build --- wscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wscript b/wscript index 030b836e..68b2878b 100644 --- a/wscript +++ b/wscript @@ -90,7 +90,10 @@ def configure(conf): ], 'gcc': [ '-Wno-float-equal', + '-Wno-inline', '-Wno-padded', + '-Wno-suggest-attribute=const', + '-Wno-suggest-attribute=pure', ], 'msvc': [ '/wd4061', # enumerator in switch is not explicitly handled -- cgit v1.2.1