summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tool/speed.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool/speed.cc b/src/tool/speed.cc
index b60db8c..3c2a0f1 100644
--- a/src/tool/speed.cc
+++ b/src/tool/speed.cc
@@ -273,7 +273,7 @@ static bool SpeedHash(const EVP_MD *md, const std::string &name) {
SpeedHashChunk(md, name + " (8192 bytes)", 8192);
}
-bool Speed(const std::vector<std::string> &args) {
+bool Speed(const std::vector<std::string>& /*args*/) {
const uint8_t *inp;
RSA *key = NULL;