summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-09-27 14:15:53 +0200
committerDavid Robillard <d@drobilla.net>2020-09-27 14:15:53 +0200
commit1c74580df208b7d3814ac8d547f10196ac742a9c (patch)
treedbf9ffb7d4829d5c7dec362d7b792dbd2f73a8c3
parent8d528a63e61f87a402d9a60f558880e836816bf8 (diff)
downloadlilv-1c74580df208b7d3814ac8d547f10196ac742a9c.tar.gz
lilv-1c74580df208b7d3814ac8d547f10196ac742a9c.tar.bz2
lilv-1c74580df208b7d3814ac8d547f10196ac742a9c.zip
Suppress warnings in release builds
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index c538124..9d79c25 100644
--- a/wscript
+++ b/wscript
@@ -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',