diff options
Diffstat (limited to 'checks/ec_tests.cpp')
-rw-r--r-- | checks/ec_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/ec_tests.cpp b/checks/ec_tests.cpp index 0b14654c3..f378de8a4 100644 --- a/checks/ec_tests.cpp +++ b/checks/ec_tests.cpp @@ -741,7 +741,7 @@ void test_cdc_curve_33() { p_G.check_invariants(); } - catch (std::exception& e) + catch (std::exception) { exc = true; } |