]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: avoid compile warnings in factor.c on some systems
authorPádraig Brady <P@draigBrady.com>
Tue, 23 Oct 2012 10:03:32 +0000 (11:03 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 23 Oct 2012 12:03:08 +0000 (13:03 +0100)
commit0bf808356e0d05245b3e913cdd9bae31954579a0
tree7dc3cbcda74ebb1d2c153fbec948f834be949eb2
parent585c9873677670cec89af0514920c33b2fbf7804
build: avoid compile warnings in factor.c on some systems

* src/factor.c (factor_using_pollard_rho2): On some systems
(like sparc) we need to promote all addmod2() parameters
to uintmax_t to avoid warnings.
src/factor.c