Fix warning about possibly uninitialized variable.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5331 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -363,7 +363,7 @@ void DbgInfoSym (void)
|
|||||||
int Type;
|
int Type;
|
||||||
unsigned AsmName = EMPTY_STRING_ID;
|
unsigned AsmName = EMPTY_STRING_ID;
|
||||||
unsigned Flags;
|
unsigned Flags;
|
||||||
int Offs;
|
int Offs = 0;
|
||||||
HLLDbgSym* S;
|
HLLDbgSym* S;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user