diff options
author | Sam James <sam@gentoo.org> | 2022-12-01 11:02:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-01 11:02:49 (GMT) |
commit | 807b103bddc4d466f3cfe78aed74c891617c9631 (patch) | |
tree | a14fee0d8dbc820caea2f78241ba1b9f73f503d1 /Misc/NEWS.d/next/Build/2022-11-24-02-58-10.gh-issue-99086.DV_4Br.rst | |
parent | 80f4624f8e5a56dbf3882a8c3722fb5a17c390b9 (diff) | |
download | cpython-807b103bddc4d466f3cfe78aed74c891617c9631.zip cpython-807b103bddc4d466f3cfe78aed74c891617c9631.tar.gz cpython-807b103bddc4d466f3cfe78aed74c891617c9631.tar.bz2 |
[3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99920)
[3.10] gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declaration warnings in configure.ac (GH-99406)
Follow up to 12078e78f6e4a21f344e4eaff529e1ff3b97734f.
(cherry picked from commit e35ca417fe81a64985c2b29e863ce418ae75b96e)
Co-authored-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'Misc/NEWS.d/next/Build/2022-11-24-02-58-10.gh-issue-99086.DV_4Br.rst')
-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. |