From 5835c49955a2ac30d686623f6ae0470077178145 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Sep 2020 16:41:51 +0200 Subject: Suppress warnings in release builds --- NEWS | 6 ++++++ wscript | 1 + 2 files changed, 7 insertions(+) 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 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', -- cgit v1.2.1