gcc lint
This commit is contained in:
parent
72cd0384f2
commit
fee933f19c
3 changed files with 48 additions and 27 deletions
|
@ -653,7 +653,7 @@ end_symtab (end_addr, sort_pending, sort_linevec, objfile, section)
|
|||
struct objfile *objfile;
|
||||
int section;
|
||||
{
|
||||
register struct symtab *symtab;
|
||||
register struct symtab *symtab = NULL;
|
||||
register struct blockvector *blockvector;
|
||||
register struct subfile *subfile;
|
||||
register struct context_stack *cstk;
|
||||
|
@ -751,7 +751,7 @@ end_symtab (end_addr, sort_pending, sort_linevec, objfile, section)
|
|||
|
||||
for (subfile = subfiles; subfile; subfile = nextsub)
|
||||
{
|
||||
int linetablesize;
|
||||
int linetablesize = 0;
|
||||
/* If we have blocks of symbols, make a symtab.
|
||||
Otherwise, just ignore this file and any line number info in it. */
|
||||
symtab = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue