mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
WINTERMUTE: Initialize BaseParser::_parserLine
The variable is unused, but can be useful for debug. Having it uninitialized creates a lot of Coverity warnings.
This commit is contained in:
parent
f51f3bd1d4
commit
3da63f25af
@ -77,7 +77,7 @@ private:
|
||||
char *getSubText(char **buf, char open, char close);
|
||||
void skipCharacters(char **buf, const char *toSkip);
|
||||
int32 getObject(char **buf, const TokenDesc *tokens, char **name, char **data);
|
||||
int32 _parserLine;
|
||||
int32 _parserLine = 0;
|
||||
char _lastOffender[255];
|
||||
char *_whiteSpace;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user