mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix compiler warning.
This commit is contained in:
parent
d794d35e50
commit
50894c6af8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user