mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-03-01 18:06:05 +00:00
Cleared ARM64 warning
This commit is contained in:
parent
76b2f9387d
commit
26f0eabf0f
@ -591,7 +591,7 @@ bool TestPolynomialMod2()
|
||||
|
||||
for (unsigned int i=start; i < stop; i++)
|
||||
{
|
||||
const word w(SIZE_MAX);
|
||||
const word w((word)SIZE_MAX);
|
||||
|
||||
PolynomialMod2 p(w);
|
||||
p <<= i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user