From 9a8461570a48cae17a2d3a2ac54b47c99bde0dca Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 26 Sep 2020 21:26:46 +0200 Subject: Suppress Wsuggest-attribute=malloc This one triggers on CI but not for me locally for some reason. --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 4d47cbe..162929e 100644 --- a/wscript +++ b/wscript @@ -113,6 +113,7 @@ def configure(conf): '-Wno-padded', '-Wno-parentheses', '-Wno-suggest-attribute=const', + '-Wno-suggest-attribute=malloc', '-Wno-suggest-attribute=pure', '-Wno-switch-enum', '-Wno-unused-parameter', -- cgit v1.2.1