[issue43394] Compiler warnings on master (-Wstrict-prototypes)

2021-03-03 Thread Brandt Bucher
Change by Brandt Bucher : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue43394] Compiler warnings on master (-Wstrict-prototypes)

2021-03-03 Thread Brandt Bucher
Brandt Bucher added the comment: New changeset c61ec7e6b892313cd3ecbaf02227bacb9d5ddaa2 by Brandt Bucher in branch 'master': bpo-43394: Fix -Wstrict-prototypes warnings (GH-24737) https://github.com/python/cpython/commit/c61ec7e6b892313cd3ecbaf02227bacb9d5ddaa2 --

[issue43394] Compiler warnings on master (-Wstrict-prototypes)

2021-03-03 Thread Brandt Bucher
Change by Brandt Bucher : -- keywords: +patch pull_requests: +23508 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24737 ___ Python tracker ___

[issue43394] Compiler warnings on master (-Wstrict-prototypes)

2021-03-03 Thread Brandt Bucher
New submission from Brandt Bucher : We're getting "function declaration isn’t a prototype [-Wstrict-prototypes]" warnings in Modules/_zoneinfo.c and Modules/_xxtestfuzz/fuzzer.c. I'll have a patch up momentarily. -- assignee: brandtbucher components: Build messages: 388064 nosy: