aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_rng.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-12-24 23:52:43 -0500
committerJack Lloyd <[email protected]>2015-12-24 23:52:43 -0500
commit20e7a430425f20c939e872c932c29330f8db5422 (patch)
treeeedb0992dcd5916a2a3dec7b1236e12f625e467e /src/tests/test_rng.h
parent9c504c706eec7fd96f728d1da28f6661a3d640b8 (diff)
Fix a few clang warnings. Set clang sanitizer flags
Diffstat (limited to 'src/tests/test_rng.h')
-rw-r--r--src/tests/test_rng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_rng.h b/src/tests/test_rng.h
index 343356550..83ae9698a 100644
--- a/src/tests/test_rng.h
+++ b/src/tests/test_rng.h
@@ -32,7 +32,7 @@ class Fixed_Output_RNG : public Botan::RandomNumberGenerator
size_t reseed_with_sources(Botan::Entropy_Sources&,
size_t,
- std::chrono::milliseconds) { return 0; }
+ std::chrono::milliseconds) override { return 0; }
void randomize(uint8_t out[], size_t len) override
{