[issue28478] Built-in module 'Time' does not enable functions if -Wno-error specified in the build environment

2016-10-20 Thread SilentGhost
Changes by SilentGhost : -- components: +Build type: -> behavior versions: +Python 3.6 ___ Python tracker ___

[issue28478] Built-in module 'Time' does not enable functions if -Wno-error specified in the build environment

2016-10-19 Thread toast12
toast12 added the comment: Excuse my typo. I meant -Werror and not -Wno-error -- ___ Python tracker ___ ___

[issue28478] Built-in module 'Time' does not enable functions if -Wno-error specified in the build environment

2016-10-19 Thread toast12
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 for built-in