mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Initialize sym_count to 0.
This fixes a compiler warning introduced in r248121.
This commit is contained in:
parent
926cd204c7
commit
2f37ec8b30
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue