During build python via clang-15, the below warnings were found: ``` /home/lge/rpmbuild/BUILD/Python-3.10.9/Parser/pegen.c:812:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] _PyPegen_clear_memo_statistics() ^ void /home/lge/rpmbuild/BUILD/Python-3.10.9/Parser/pegen.c:820:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] _PyPegen_get_memo_statistics() ^ void ``` Above warnings exist from 3.9.x to the latest main branch. <!-- gh-linked-prs --> ### Linked PRs * gh-102712 * gh-103075 * gh-103076 <!-- /gh-linked-prs -->