From 6ac1e46a1fb01f01705b67dd553d5ba317b1dc3e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 18 Nov 2015 15:32:28 -0500 Subject: Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Coverity rollup) --- seal.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'seal.cpp') diff --git a/seal.cpp b/seal.cpp index b68ce629..da0d2e15 100644 --- a/seal.cpp +++ b/seal.cpp @@ -10,10 +10,12 @@ NAMESPACE_BEGIN(CryptoPP) +#if !defined(NDEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING) void SEAL_TestInstantiations() { SEAL<>::Encryption x; } +#endif struct SEAL_Gamma { -- cgit v1.2.1