diff options
author | Sergey B Kirpichev <skirpichev@gmail.com> | 2024-03-03 07:25:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-03 07:25:39 (GMT) |
commit | 002a5948fc9139abec2ecf92df8b543e093c43fb (patch) | |
tree | f42b37bbd7b36904bdc9ccd9e3b8306d3b24499c /Misc | |
parent | 67f742e03aacb6217c5bb496e31f96dbf31c6f86 (diff) | |
download | cpython-002a5948fc9139abec2ecf92df8b543e093c43fb.zip cpython-002a5948fc9139abec2ecf92df8b543e093c43fb.tar.gz cpython-002a5948fc9139abec2ecf92df8b543e093c43fb.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/sbom.spdx.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/sbom.spdx.json b/Misc/sbom.spdx.json index 27e6742..49c1bf5 100644 --- a/Misc/sbom.spdx.json +++ b/Misc/sbom.spdx.json @@ -1224,11 +1224,11 @@ "checksums": [ { "algorithm": "SHA1", - "checksumValue": "12402bcf7f0161adb83f78163f41cc10a5e5de5f" + "checksumValue": "9dcb50e3f9c3245972731be5da0b28e7583198d9" }, { "algorithm": "SHA256", - "checksumValue": "cba044c76b6bc3ae6cfa49df1121cad7552140157b9e61e11cbb6580cc5d74cf" + "checksumValue": "7cac49fef5e9d952ec9390bf81c54d83f1b5da32fdf76091c2f0770ed943b7fe" } ], "fileName": "Modules/_decimal/libmpdec/io.c" |