summaryrefslogtreecommitdiff
path: root/lsh512_avx.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-26 05:41:58 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-26 05:41:58 -0400
commitd57357d9449faf37f34a080d98b1f535add3155e (patch)
treeebcd0e164ccfd41700d290b182f0831ec4547691 /lsh512_avx.cpp
parent203a47a3451d6320fcba0613760a8787815a6246 (diff)
downloadcryptopp-git-d57357d9449faf37f34a080d98b1f535add3155e.tar.gz
Clear Clang warnings on Android
Diffstat (limited to 'lsh512_avx.cpp')
-rw-r--r--lsh512_avx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsh512_avx.cpp b/lsh512_avx.cpp
index 6e4e8204..535f0728 100644
--- a/lsh512_avx.cpp
+++ b/lsh512_avx.cpp
@@ -41,7 +41,7 @@ const unsigned int LSH512_HASH_VAL_MAX_BYTE_LEN = 64;
// const unsigned int MSG_BLK_WORD_LEN = 32;
const unsigned int CV_WORD_LEN = 16;
const unsigned int CONST_WORD_LEN = 8;
-const unsigned int HASH_VAL_MAX_WORD_LEN = 8;
+// const unsigned int HASH_VAL_MAX_WORD_LEN = 8;
const unsigned int NUM_STEPS = 28;
const unsigned int ROT_EVEN_ALPHA = 23;