2012-02-16 Josh Matthews <josh@joshmatthews.net>

* machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
This commit is contained in:
Tristan Gingold 2012-02-16 14:57:02 +00:00
parent 32d22ab151
commit b0d32fb61e
2 changed files with 5 additions and 1 deletions

View file

@ -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