aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-02-13 16:44:11 +0000
committerlloyd <[email protected]>2014-02-13 16:44:11 +0000
commitc123180d2cdce837706eeffedc4e6105be0b2a5e (patch)
treef247a114936b6fea499045682b01fd5677fdea32 /src/tests
parent9168b5747037b7cde74e3bb60ffce6bf27be910b (diff)
Fix warnings
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));