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 137f39a commit 44abad1Copy full SHA for 44abad1
1 file changed
setup.py
@@ -2153,15 +2153,6 @@ def _decimal_ext(self):
2153
if not sysconfig.get_config_var('WITH_THREAD'):
2154
define_macros.append(('WITHOUT_THREADS', 1))
2155
2156
- # Increase warning level for gcc:
2157
- if 'gcc' in cc:
2158
- cmd = ("echo '' | %s -Wextra -Wno-missing-field-initializers -E - "
2159
- "> /dev/null 2>&1" % cc)
2160
- ret = os.system(cmd)
2161
- if ret >> 8 == 0:
2162
- extra_compile_args.extend(['-Wextra',
2163
- '-Wno-missing-field-initializers'])
2164
-
2165
# Uncomment for extra functionality:
2166
#define_macros.append(('EXTRA_FUNCTIONALITY', 1))
2167
ext = Extension (
0 commit comments