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

@@ -37,7 +37,7 @@ void Controller::handleTransaction()
else
enableACTLED(false);
}
catch (runtime_error)
catch (runtime_error& ignored)
{}
auto msg = U2FMessage::readNonBlock();