From 7f3a2651a3635232d94f7bf9ce23d6b575735732 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jul 2022 18:59:13 -0400 Subject: Remove unnecessary parentheses Unfortunately, GCC and clang-tidy have conflicting warnings here. Side with compiler warnings, being generally more relevant than a tool only used by developers. --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index f855a67..43206ec 100644 --- a/wscript +++ b/wscript @@ -123,7 +123,6 @@ def configure(conf): '-Wno-float-equal', '-Wno-inline', '-Wno-padded', - '-Wno-parentheses', '-Wno-suggest-attribute=const', '-Wno-suggest-attribute=malloc', '-Wno-suggest-attribute=pure', -- cgit v1.2.1