diff options
author | David Robillard <d@drobilla.net> | 2020-09-26 21:26:46 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-09-26 21:26:46 +0200 |
commit | 9a8461570a48cae17a2d3a2ac54b47c99bde0dca (patch) | |
tree | 96b7d420a173e66efd0d95b334dd651613e79d45 /wscript | |
parent | 81c57be7d96e4a23437ccdf8664c586551326b4a (diff) | |
download | lv2-9a8461570a48cae17a2d3a2ac54b47c99bde0dca.tar.xz |
Suppress Wsuggest-attribute=malloc
This one triggers on CI but not for me locally for some reason.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |