diff options
author | Sam James <sam@gentoo.org> | 2022-11-26 13:08:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-26 13:08:49 (GMT) |
commit | e35ca417fe81a64985c2b29e863ce418ae75b96e (patch) | |
tree | c24310c69d432574a1d08ef360e1069e0dae5fd2 /Misc | |
parent | 47d673d81fc315069c14f9438ebe61fb70ef1ccc (diff) | |
download | cpython-e35ca417fe81a64985c2b29e863ce418ae75b96e.zip cpython-e35ca417fe81a64985c2b29e863ce418ae75b96e.tar.gz cpython-e35ca417fe81a64985c2b29e863ce418ae75b96e.tar.bz2 |
gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declaration warnings in configure.ac (#99406)
Follow up to 12078e78f6e4a21f344e4eaff529e1ff3b97734f.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-11-24-02-58-10.gh-issue-99086.DV_4Br.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-11-24-02-58-10.gh-issue-99086.DV_4Br.rst b/Misc/NEWS.d/next/Build/2022-11-24-02-58-10.gh-issue-99086.DV_4Br.rst new file mode 100644 index 0000000..2dace16 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2022-11-24-02-58-10.gh-issue-99086.DV_4Br.rst @@ -0,0 +1 @@ +Fix ``-Wimplicit-int``, ``-Wstrict-prototypes``, and ``-Wimplicit-function-declaration`` compiler warnings in :program:`configure` checks. |