Open jhgoebbert opened 1 year ago
The numpy 1.22.3 generated code in build/
adds -Werror
:
temp.linux-x86_64-cpython-310/ccompiler_opt_cache_ext.py: "('cc_test_flags', ['-Werror'])": True,
temp.linux-x86_64-cpython-310/ccompiler_opt_cache_ext.py: 'werror': ['-Werror']},
(link to code generator)
With GCC 11.3 (in contrast to GCC 11.2) new warnings (treated as errors by PyFerret) are introduced: