summaryrefslogtreecommitdiff
path: root/seal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'seal.cpp')
-rw-r--r--seal.cpp2
1 files changed, 2 insertions, 0 deletions
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
{