summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')