mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
bc39e730b6
@ -54,7 +54,7 @@ void SyntaxChecker::endVisit(SourceUnit const& _sourceUnit)
|
|||||||
string(".") +
|
string(".") +
|
||||||
to_string(recommendedVersion.minor()) +
|
to_string(recommendedVersion.minor()) +
|
||||||
string(".") +
|
string(".") +
|
||||||
to_string(recommendedVersion.patch());
|
to_string(recommendedVersion.patch()) +
|
||||||
string(";\"");
|
string(";\"");
|
||||||
|
|
||||||
m_errorReporter.warning(_sourceUnit.location(), errorString);
|
m_errorReporter.warning(_sourceUnit.location(), errorString);
|
||||||
|
Loading…
Reference in New Issue
Block a user