]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: factor.c: avoid new GCC 12 warning
authorJim Meyering <meyering@fb.com>
Sun, 12 Dec 2021 03:48:10 +0000 (19:48 -0800)
committerJim Meyering <meyering@fb.com>
Wed, 15 Dec 2021 03:52:50 +0000 (19:52 -0800)
commitbbc5e84513d0f1ad1b751638ece60ebaf0859910
treeedfa3da6f850b35615301232a9443d5edb768d2c
parentbfc7a9b5e03934727ce1852e2b011e098886ad63
maint: factor.c: avoid new GCC 12 warning

* src/factor.c (millerrabin2): Mark as ATTRIBUTE_PURE,
per advice from GCC 12.
src/factor.c