diff options
author | David Robillard <d@drobilla.net> | 2020-09-27 14:15:53 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-09-27 14:15:53 +0200 |
commit | 1c74580df208b7d3814ac8d547f10196ac742a9c (patch) | |
tree | dbf9ffb7d4829d5c7dec362d7b792dbd2f73a8c3 /wscript | |
parent | 8d528a63e61f87a402d9a60f558880e836816bf8 (diff) | |
download | lilv-1c74580df208b7d3814ac8d547f10196ac742a9c.tar.gz lilv-1c74580df208b7d3814ac8d547f10196ac742a9c.tar.bz2 lilv-1c74580df208b7d3814ac8d547f10196ac742a9c.zip |
Suppress warnings in release builds
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -154,6 +154,8 @@ def configure(conf): '-Wno-float-equal', '-Wno-padded', '-Wno-stack-protector', + '-Wno-suggest-attribute=const', + '-Wno-suggest-attribute=pure', '-Wno-switch-enum', '-Wno-unused-parameter', '-Wno-vla', |