diff options
author | lloyd <[email protected]> | 2010-03-03 17:53:23 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-03 17:53:23 +0000 |
commit | abbd349e79e1548a5934fb5a2bb7e93388679613 (patch) | |
tree | da2a786a083a29f2c5a1c3d82e4fe16467179a0e /checks/ec_tests.cpp | |
parent | 6cf657ac72a8ace3ccf88d12a32e6507a164ba11 (diff) |
Avoid warnings under VC++ in ECC tests
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; } |