Clear "x" might be used before it is set using IBM XLC
parent
5492101fc0
commit
be437504c7
2
gf2n.cpp
2
gf2n.cpp
|
|
@ -361,7 +361,7 @@ PolynomialMod2 PolynomialMod2::Modulo(const PolynomialMod2 &b) const
|
||||||
PolynomialMod2& PolynomialMod2::operator<<=(unsigned int n)
|
PolynomialMod2& PolynomialMod2::operator<<=(unsigned int n)
|
||||||
{
|
{
|
||||||
#if defined(CRYPTOPP_DEBUG)
|
#if defined(CRYPTOPP_DEBUG)
|
||||||
int x; CRYPTOPP_UNUSED(x);
|
int x=0; CRYPTOPP_UNUSED(x);
|
||||||
CRYPTOPP_ASSERT(SafeConvert(n,x));
|
CRYPTOPP_ASSERT(SafeConvert(n,x));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue