Browse Source

fixed warrning

cl-refactor
Liana Husikyan 10 years ago
parent
commit
0702c58368
  1. 2
      libsolidity/SourceReferenceFormatter.cpp

2
libsolidity/SourceReferenceFormatter.cpp

@ -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…
Cancel
Save