Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0202bb

Browse files
author
Stefan Krah
authored
Issue #30923: Revert flag that is not recognized by an obsolete gcc version. (#3132)
1 parent 5e2eb35 commit f0202bb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,9 +2119,6 @@ def _decimal_ext(self):
21192119
else:
21202120
raise DistutilsError("_decimal: unsupported architecture")
21212121

2122-
if 'gcc' in cc: # Suppressing the warnings in the source is too verbose.
2123-
extra_compile_args.append('-Wno-implicit-fallthrough')
2124-
21252122
# Workarounds for toolchain bugs:
21262123
if sysconfig.get_config_var('HAVE_IPA_PURE_CONST_BUG'):
21272124
# Some versions of gcc miscompile inline asm:

0 commit comments

Comments
 (0)