mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixed warrning
This commit is contained in:
parent
0d47ed82b1
commit
10c3d76555
@ -95,7 +95,7 @@ void SourceReferenceFormatter::printExceptionInformation(ostream& _stream,
|
|||||||
|
|
||||||
if (location)
|
if (location)
|
||||||
{
|
{
|
||||||
solAssert(scanner, "");
|
scanner = &_compiler.getScanner(*location->sourceName);
|
||||||
printSourceLocation(_stream, *location, *scanner);
|
printSourceLocation(_stream, *location, *scanner);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user