]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108562: Fix compiler warnings for libmpdec (#114751)
authorSergey B Kirpichev <skirpichev@gmail.com>
Sun, 3 Mar 2024 07:25:39 +0000 (10:25 +0300)
committerGitHub <noreply@github.com>
Sun, 3 Mar 2024 07:25:39 +0000 (08:25 +0100)
commit002a5948fc9139abec2ecf92df8b543e093c43fb
treef42b37bbd7b36904bdc9ccd9e3b8306d3b24499c
parent67f742e03aacb6217c5bb496e31f96dbf31c6f86
gh-108562: Fix compiler warnings for libmpdec (#114751)

If awailable, enable -fstrict-overflow for libmpdec. Also
shut off false positive warnings (-Warray-bounds).

The later was backported from mpdecimal-4.0.0.
Makefile.pre.in
Misc/sbom.spdx.json
Modules/_decimal/libmpdec/io.c
configure
configure.ac