mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixed some checker warnings.
This commit is contained in:
parent
665edd3f86
commit
c7ac1f55b2
@ -345,18 +345,11 @@ bool CommandLineInterface::processInput()
|
|||||||
void CommandLineInterface::handleAst(string const& _argStr)
|
void CommandLineInterface::handleAst(string const& _argStr)
|
||||||
{
|
{
|
||||||
string title;
|
string title;
|
||||||
string suffix;
|
|
||||||
|
|
||||||
if (_argStr == g_argAstStr)
|
if (_argStr == g_argAstStr)
|
||||||
{
|
|
||||||
title = "Syntax trees:";
|
title = "Syntax trees:";
|
||||||
suffix = ".ast";
|
|
||||||
}
|
|
||||||
else if (_argStr == g_argAstJson)
|
else if (_argStr == g_argAstJson)
|
||||||
{
|
|
||||||
title = "JSON AST:";
|
title = "JSON AST:";
|
||||||
suffix = ".json";
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
BOOST_THROW_EXCEPTION(InternalCompilerError() << errinfo_comment("Illegal argStr for AST"));
|
BOOST_THROW_EXCEPTION(InternalCompilerError() << errinfo_comment("Illegal argStr for AST"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user