diff options
Diffstat (limited to 'checks/misc.cpp')
-rw-r--r-- | checks/misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/misc.cpp b/checks/misc.cpp index 198671451..a49778dc6 100644 --- a/checks/misc.cpp +++ b/checks/misc.cpp @@ -43,7 +43,7 @@ SecureVector<byte> decode_hex(const std::string& in) pipe.process_msg(in); result = pipe.read_all(); } - catch(std::exception& e) + catch(std::exception) { result.destroy(); } |