diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-21 23:05:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-21 23:06:30 +0200 |
| commit | 5b6546adf40a57436ff040349c41cb06f6fbd3c8 (patch) | |
| tree | a5aa74f5fec2145aaca55a051cb9b21b3bf636cf /src/KM_sha1.cpp | |
| parent | 18610e37a74bdd8fcb4734b20b4dc2aca791fddb (diff) | |
Fix some unused variable warnings.
Diffstat (limited to 'src/KM_sha1.cpp')
| -rw-r--r-- | src/KM_sha1.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/KM_sha1.cpp b/src/KM_sha1.cpp index 2b7fdb9..33e4387 100644 --- a/src/KM_sha1.cpp +++ b/src/KM_sha1.cpp @@ -55,7 +55,6 @@ SHA1Transform( } CHAR64LONG16; ui32_t a, b, c, d, e; - size_t i; CHAR64LONG16 block[1]; /* use array to appear as a pointer */ block[0].q[0] = reinterpret_cast<const CHAR64LONG16*>(buffer)->q[0]; |
