Initialize sym_count to 0.
This fixes a compiler warning introduced in r248121.
This commit is contained in:
parent
926cd204c7
commit
2f37ec8b30
@ -128,7 +128,7 @@ fdt_find_static_dtb()
|
||||
char *strp;
|
||||
int i, sym_count;
|
||||
|
||||
symtab = strtab = 0;
|
||||
sym_count = symtab = strtab = 0;
|
||||
strp = NULL;
|
||||
|
||||
offs = __elfN(relocation_offset);
|
||||
|
Loading…
Reference in New Issue
Block a user