aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-07 18:59:13 -0400
committerDavid Robillard <d@drobilla.net>2022-07-17 17:08:39 -0400
commit7f3a2651a3635232d94f7bf9ce23d6b575735732 (patch)
tree6cccee5916e570aded4fd7d1502f4c4901d5d955 /wscript
parentb5cf751096f182b51d96d2b3cef46d25d029a368 (diff)
downloadlv2-7f3a2651a3635232d94f7bf9ce23d6b575735732.tar.xz
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.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
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',