Removed assert from debug build

This commit is contained in:
Jeffrey Walton 2015-12-31 04:50:20 -05:00
parent 4f57c8f303
commit f9d2082e97

View File

@ -97,7 +97,7 @@ public:
{
// Override to avoid the base class' throw.
CRYPTOPP_UNUSED(input); CRYPTOPP_UNUSED(length);
assert(0); // warn in debug builds
// assert(0); // warn in debug builds
}
private:
@ -179,7 +179,7 @@ public:
{
// Override to avoid the base class' throw.
CRYPTOPP_UNUSED(input); CRYPTOPP_UNUSED(length);
assert(0); // warn in debug builds
// assert(0); // warn in debug builds
}
private: