- address several warnings reported by GCC 11.

This commit is contained in:
Christoph Oelckers 2021-11-14 12:30:18 +01:00
parent fc6de9097f
commit f7fdc5af41
24 changed files with 75 additions and 70 deletions

View file

@ -475,7 +475,7 @@ ZCCCompiler::ZCCCompiler(ZCC_AST &ast, DObject *_outer, PSymbolTable &_symbols,
if (ast.TopNode != NULL)
{
ZCC_TreeNode *node = ast.TopNode;
PSymbolTreeNode *tnode;
PSymbolTreeNode *tnode = nullptr;
// [pbeta] Anything that must be processed before classes, structs, etc. should go here.
do