diff options
Diffstat (limited to 'checks/gfpmath.cpp')
-rw-r--r-- | checks/gfpmath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/gfpmath.cpp b/checks/gfpmath.cpp index bf9ba6119..29384cecf 100644 --- a/checks/gfpmath.cpp +++ b/checks/gfpmath.cpp @@ -714,5 +714,5 @@ u32bit do_gfpmath_tests(Botan::RandomNumberGenerator& rng) return 0; } #else -u32bit do_gfpmath_tests(Botan::RandomNumberGenerator& rng) { return 0; } +u32bit do_gfpmath_tests(Botan::RandomNumberGenerator&) { return 0; } #endif |