summaryrefslogtreecommitdiff
path: root/rw.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-14 13:26:49 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-14 13:26:49 -0400
commit2600f6dcc2c7adc001959309bb944384f352e111 (patch)
tree302647456ba984bd54c069af3f023bfaab07814c /rw.cpp
parent5460f14857828c8fe27494652505474e99e83508 (diff)
downloadcryptopp-git-2600f6dcc2c7adc001959309bb944384f352e111.tar.gz
Clear unused variable warning
Diffstat (limited to 'rw.cpp')
-rw-r--r--rw.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/rw.cpp b/rw.cpp
index 702090cc..d7287fad 100644
--- a/rw.cpp
+++ b/rw.cpp
@@ -12,9 +12,9 @@
#ifndef CRYPTOPP_IMPORTS
#if defined(_OPENMP)
-static const bool CRYPTOPP_RW_USE_OMP = true;
+# define CRYPTOPP_RW_USE_OMP 1
#else
-static const bool CRYPTOPP_RW_USE_OMP = false;
+# define CRYPTOPP_RW_USE_OMP 0
#endif
NAMESPACE_BEGIN(CryptoPP)