]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions with...
authorNikita Sobolev <mail@sobolevn.me>
Wed, 5 Apr 2023 07:22:33 +0000 (10:22 +0300)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2023 07:22:33 +0000 (09:22 +0200)
commit119f67de08f1fddc2a3f7b7caac7454cb57ef800
treea3549c73af276f62bf274f606b4ad3dd683fa363
parent1a8f862e329c3872a11d4ef8eb85cf353ca2f4d5
gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions with no args (GH-103168)
Modules/_tkinter.c
Modules/posixmodule.c
PC/launcher.c
PC/launcher2.c
Python/ceval_gil.c
Python/initconfig.c
Python/sysmodule.c