Fix cppcheck issues

This commit is contained in:
scrawl 2014-09-26 17:12:48 +02:00
parent 790e0150b1
commit 7252cb63a6
119 changed files with 655 additions and 945 deletions

View file

@ -21,13 +21,6 @@ namespace Compiler
throw SourceException();
}
// Report the error
void Parser::reportError (const std::string& message, const TokenLoc& loc)
{
mErrorHandler.error (message, loc);
}
// Report the warning without throwing an exception.
void Parser::reportWarning (const std::string& message, const TokenLoc& loc)