From f9d2082e9794f4af5654b2ed1463ce582cf12b51 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 31 Dec 2015 04:50:20 -0500 Subject: Removed assert from debug build --- rdrand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rdrand.h') diff --git a/rdrand.h b/rdrand.h index e63eab49..2e613618 100644 --- a/rdrand.h +++ b/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: -- cgit v1.2.1