[issue28478] Built-in module 'Time' does not enable functions if -Wno-error specified in the build environment
toast12 added the comment: Excuse my typo. I meant -Werror and not -Wno-error -- ___ Python tracker <http://bugs.python.org/issue28478> ___ ___ Python-bugs-list m
[issue28478] Built-in module 'Time' does not enable functions if -Wno-error specified in the build environment
New submission from toast12: Our build environment uses -Wno-error. However, this causes problems enabling all the functions in built-in module 'time': configure:11130: checking for strftime - - cc1: warnings being treated as errors conftest.c:236: error: conflicting types fo