summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-02-07 09:54:10 +0100
committerArmin Rigo <arigo@tunes.org>2020-02-07 09:54:10 +0100
commit89c93f43506d9752edebaa7aa5017e7fee51b153 (patch)
tree512afe017fe5e1e5281d3751cda738dc99c2be9a /testing
parentdb0738eaea62afd5e8f7921a3e6c5f14af99e672 (diff)
downloadcffi-89c93f43506d9752edebaa7aa5017e7fee51b153.tar.gz
May fix test on OS/X
Diffstat (limited to 'testing')
-rw-r--r--testing/support.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/support.py b/testing/support.py
index 1c3585b..de8131c 100644
--- a/testing/support.py
+++ b/testing/support.py
@@ -103,6 +103,7 @@ else:
[int(x) for x in os.uname()[2].split('.')] >= [11, 0, 0]):
# assume a standard clang or gcc
extra_compile_args = ['-Werror', '-Wall', '-Wextra', '-Wconversion',
+ '-Wno-unused-parameter',
'-Wno-unreachable-code']
# special things for clang
extra_compile_args.append('-Qunused-arguments')