summaryrefslogtreecommitdiff
path: root/lsh256_sse.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 /lsh256_sse.cpp
parent203a47a3451d6320fcba0613760a8787815a6246 (diff)
downloadcryptopp-git-d57357d9449faf37f34a080d98b1f535add3155e.tar.gz
Clear Clang warnings on Android
Diffstat (limited to 'lsh256_sse.cpp')
-rw-r--r--lsh256_sse.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lsh256_sse.cpp b/lsh256_sse.cpp
index 827d46f4..bf4e4192 100644
--- a/lsh256_sse.cpp
+++ b/lsh256_sse.cpp
@@ -43,7 +43,7 @@ const unsigned int LSH256_HASH_VAL_MAX_BYTE_LEN = 32;
// 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 WORD_BIT_LEN = 32;
const unsigned int NUM_STEPS = 26;
@@ -134,7 +134,7 @@ struct LSH256_SSSE3_Internal
lsh_u32* submsg_o_r; /* odd right sub-message */
};
-const word32 g_gamma256[8] = { 0, 8, 16, 24, 24, 16, 8, 0 };
+// const word32 g_gamma256[8] = { 0, 8, 16, 24, 24, 16, 8, 0 };
/* LSH AlgType Macro */