mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 18:09:48 +00:00
Removed assert from debug build
This commit is contained in:
parent
4f57c8f303
commit
f9d2082e97
4
rdrand.h
4
rdrand.h
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user