Fixed warnings.

This commit is contained in:
2019-06-19 19:27:39 +01:00
parent 407d147356
commit 6f329f7f3d
4 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ shared_ptr<U2F_CMD> U2F_CMD::get(const shared_ptr<U2FMessage> uMsg)
return {};
}
}
catch (runtime_error)
catch (runtime_error& ignored)
{
return {};
}