summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2022-11-06 21:39:34 (GMT)
committerGitHub <noreply@github.com>2022-11-06 21:39:34 (GMT)
commit0d5b25bd8745ce26f80c50ae96dea2f44c9cf4fb (patch)
tree06606674eb8a8c715b2300c6fb77bc5b1c8fa22f /Misc/NEWS.d
parent8eb4e2ce3f97da5d50caf95b0cbb6ad6984817d0 (diff)
downloadcpython-0d5b25bd8745ce26f80c50ae96dea2f44c9cf4fb.zip
cpython-0d5b25bd8745ce26f80c50ae96dea2f44c9cf4fb.tar.gz
cpython-0d5b25bd8745ce26f80c50ae96dea2f44c9cf4fb.tar.bz2
[3.10] gh-99086: Fix implicit int compiler warning in configure check for PTHREAD_SCOPE_SYSTEM (GH-99085) (#99119)
(cherry picked from commit 12078e78f6e4a21f344e4eaff529e1ff3b97734f) Co-authored-by: Sam James <sam@cmpct.info> Co-authored-by: Sam James <sam@cmpct.info>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Build/2022-11-04-02-58-10.gh-issue-99086.DV_4Br.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-11-04-02-58-10.gh-issue-99086.DV_4Br.rst b/Misc/NEWS.d/next/Build/2022-11-04-02-58-10.gh-issue-99086.DV_4Br.rst
new file mode 100644
index 0000000..e320ecf
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2022-11-04-02-58-10.gh-issue-99086.DV_4Br.rst
@@ -0,0 +1 @@
+Fix ``-Wimplicit-int`` compiler warning in :program:`configure` check for ``PTHREAD_SCOPE_SYSTEM``.