Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3aaa2f commit 72b5433Copy full SHA for 72b5433
1 file changed
setup.py
@@ -2119,6 +2119,9 @@ def _decimal_ext(self):
2119
else:
2120
raise DistutilsError("_decimal: unsupported architecture")
2121
2122
+ if 'gcc' in cc: # Suppressing the warnings in the source is too verbose.
2123
+ extra_compile_args.append('-Wno-implicit-fallthrough')
2124
+
2125
# Workarounds for toolchain bugs:
2126
if sysconfig.get_config_var('HAVE_IPA_PURE_CONST_BUG'):
2127
# Some versions of gcc miscompile inline asm:
0 commit comments