mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
2012-02-16 Josh Matthews <josh@joshmatthews.net>
* machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user