Compare commits
No commits in common. 'i8c-beta' and 'c9-beta' have entirely different histories.
@ -1,14 +0,0 @@
|
|||||||
diff --git a/testing/support.py b/testing/support.py
|
|
||||||
index 063e52c..24c6148 100644
|
|
||||||
--- a/testing/support.py
|
|
||||||
+++ b/testing/support.py
|
|
||||||
@@ -116,7 +116,8 @@ else:
|
|
||||||
# assume a standard gcc
|
|
||||||
extra_compile_args = ['-Werror', '-Wall', '-Wextra', '-Wconversion',
|
|
||||||
'-Wno-unused-parameter',
|
|
||||||
- '-Wno-unreachable-code']
|
|
||||||
+ '-Wno-unreachable-code',
|
|
||||||
+ '-Wno-error=sign-conversion']
|
|
||||||
|
|
||||||
is_musl = False
|
|
||||||
if sys.platform == 'linux':
|
|
Loading…
Reference in new issue