Commit 2700f9c1 authored by Erik M. Bray's avatar Erik M. Bray

Disable -pedantic altogether

parent 8a388d32
......@@ -856,10 +856,7 @@ class CythonCompileTestCase(unittest.TestCase):
build_extension.compiler = COMPILER
ext_compile_flags = CFLAGS[:]
compiler = COMPILER or sysconfig.get_config_var('CC')
if self.language == 'c' and 'gcc' in compiler:
ext_compile_flags.append('-pedantic')
if build_extension.compiler == 'mingw32':
ext_compile_flags.append('-Wno-format')
if extra_extension_args is None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment