mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Fix cppcheck issues
This commit is contained in:
parent
790e0150b1
commit
7252cb63a6
119 changed files with 655 additions and 945 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue