From c9927e56354aabf5fd9fbfc17a2c342d2745b91f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Apr 2019 20:26:33 +0200 Subject: Disable noisy parenthesis warnings --- extras/autowaf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/autowaf.py b/extras/autowaf.py index 870a69a..cff2da4 100644 --- a/extras/autowaf.py +++ b/extras/autowaf.py @@ -323,6 +323,7 @@ def configure(conf): '-Wextra', '-Wmissing-declarations', '-Wno-unused-parameter', + '-Wno-parentheses', '-Wstrict-overflow', '-Wundef', '-Wwrite-strings', -- cgit v1.2.1