Clear unused variable warning
parent
5460f14857
commit
2600f6dcc2
4
rw.cpp
4
rw.cpp
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue