aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test_transform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_transform.cpp b/src/tests/test_transform.cpp
index df13af8f4..737eb2f33 100644
--- a/src/tests/test_transform.cpp
+++ b/src/tests/test_transform.cpp
@@ -16,7 +16,7 @@ Transformation* get_transform(const std::string& algo)
secure_vector<byte> transform_test(const std::string& algo,
const secure_vector<byte>& nonce,
- const secure_vector<byte>& key,
+ const secure_vector<byte>& /*key*/,
const secure_vector<byte>& in)
{
std::unique_ptr<Transformation> transform(get_transform(algo));