From f0202bb349986ff264d06b15058dcde4062b7b7a Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Fri, 18 Aug 2017 13:55:45 +0200 Subject: Issue #30923: Revert flag that is not recognized by an obsolete gcc version. (#3132) --- setup.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4f0f522bf8..41aad8210d 100644 --- a/setup.py +++ b/setup.py @@ -2119,9 +2119,6 @@ class PyBuildExt(build_ext): else: raise DistutilsError("_decimal: unsupported architecture") - if 'gcc' in cc: # Suppressing the warnings in the source is too verbose. - extra_compile_args.append('-Wno-implicit-fallthrough') - # Workarounds for toolchain bugs: if sysconfig.get_config_var('HAVE_IPA_PURE_CONST_BUG'): # Some versions of gcc miscompile inline asm: -- cgit v1.2.1