Fix compiler warning.

This commit is contained in:
chriseth 2017-02-20 11:57:50 +01:00
parent d794d35e50
commit 50894c6af8

View File

@ -56,7 +56,7 @@ boost::optional<Error> parseAndReturnFirstError(string const& _source, bool _ass
if (success && _assemble)
stack.assemble();
}
catch (FatalError const& e)
catch (FatalError const&)
{
BOOST_FAIL("Fatal error leaked.");
success = false;