Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-99086: Further -Wstrict-prototypes, -Wimplicit-function-decl…
…aration fixes Followup to 12078e7. I ended up missing a few, apparently. Clang 16 makes -Wimplicit-function-declaration an error by default and warns on -Wstrict-prototypes. It's free to fix -Wstrict-prototypes while we're here and it futureproofs us, so throw that in. The only notable part of this which might not be super obvious is <stddef.h> for size_t. See: 12078e7 Signed-off-by: Sam James <sam@gentoo.org>
- Loading branch information