diff options
author | Jack Lloyd <[email protected]> | 2016-09-21 11:12:11 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-09-21 11:12:11 -0400 |
commit | afe735aee31bfc7916305e285d7aa73df070de52 (patch) | |
tree | 8297697ddd82d80c019717796b976c74da6226d3 /src/cli/speed.cpp | |
parent | 12483c295d393ffb2e151187a45839ba9e1f489c (diff) |
Maintainer mode fixes.
Mostly unused args and missing override notations.
Fix DH - load_check calls were commented out for debugging.
Diffstat (limited to 'src/cli/speed.cpp')
-rw-r--r-- | src/cli/speed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/speed.cpp b/src/cli/speed.cpp index f1c193ba6..1323fbf3a 100644 --- a/src/cli/speed.cpp +++ b/src/cli/speed.cpp @@ -1092,7 +1092,7 @@ class Speed final : public Command #endif #if defined(BOTAN_HAS_NEWHOPE) && defined(BOTAN_HAS_CHACHA) - void bench_newhope(const std::string& provider, + void bench_newhope(const std::string& /*provider*/, std::chrono::milliseconds msec) { const std::string nm = "NEWHOPE"; |