summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--wscript1
2 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 488d0e4..5a382b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+sratom (0.6.5) unstable;
+
+ * Fix various minor warnings and other code quality issues
+
+ -- David Robillard <d@drobilla.net> Sun, 27 Sep 2020 14:55:33 +0000
+
sratom (0.6.4) stable;
* Make sratom_free() safe to call on NULL
diff --git a/wscript b/wscript
index e05ac66..e44f75a 100644
--- a/wscript
+++ b/wscript
@@ -49,6 +49,7 @@ def configure(conf):
'-Wno-cast-qual',
'-Wno-conversion',
'-Wno-padded',
+ '-Wno-suggest-attribute=pure',
],
'clang': [
'-Wno-cast-align',