Clear unused variable warning

pull/687/head
Jeffrey Walton 2018-07-14 13:26:49 -04:00
parent 5460f14857
commit 2600f6dcc2
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

4
rw.cpp
View File

@ -12,9 +12,9 @@
#ifndef CRYPTOPP_IMPORTS #ifndef CRYPTOPP_IMPORTS
#if defined(_OPENMP) #if defined(_OPENMP)
static const bool CRYPTOPP_RW_USE_OMP = true; # define CRYPTOPP_RW_USE_OMP 1
#else #else
static const bool CRYPTOPP_RW_USE_OMP = false; # define CRYPTOPP_RW_USE_OMP 0
#endif #endif
NAMESPACE_BEGIN(CryptoPP) NAMESPACE_BEGIN(CryptoPP)