2012-02-16 Josh Matthews <josh@joshmatthews.net>
* machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
This commit is contained in:
parent
32d22ab151
commit
b0d32fb61e
2 changed files with 5 additions and 1 deletions
|
@ -180,7 +180,7 @@ macho_symtab_read (struct objfile *objfile,
|
|||
const asymbol *dir_so = NULL;
|
||||
const asymbol *file_so = NULL;
|
||||
asymbol **oso_file = NULL;
|
||||
unsigned int nbr_syms;
|
||||
unsigned int nbr_syms = 0;
|
||||
|
||||
/* Current state while reading stabs. */
|
||||
enum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue