Author: Armin Rigo <[email protected]>
Branch:
Changeset: r3336:f2ec51ca7510
Date: 2020-02-07 09:54 +0100
http://bitbucket.org/cffi/cffi/changeset/f2ec51ca7510/
Log: May fix test on OS/X
diff --git a/testing/support.py b/testing/support.py
--- a/testing/support.py
+++ b/testing/support.py
@@ -103,6 +103,7 @@
[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')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit