Fix MSVC errors and warnings.

This commit is contained in:
chriseth
2015-11-26 14:47:28 +01:00
parent 6a2a946200
commit e06768e8b5
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ ASTPointer<SourceUnit> Parser::parse(shared_ptr<Scanner> const& _scanner)
}
return nodeFactory.createNode<SourceUnit>(nodes);
}
catch (FatalError const& _error)
catch (FatalError const&)
{
if (m_errors.empty())
throw; // Something is weird here, rather throw again.