aboutsummaryrefslogtreecommitdiff
path: root/scripts/sortextable.h
Commit message (Collapse)AuthorAgeFilesLines
* scripts/sortextable: suppress warning: `relocs_size' may be used uninitializedTim Gardner2017-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | In file included from scripts/sortextable.c:194:0: scripts/sortextable.c: In function `main': scripts/sortextable.h:176:3: warning: `relocs_size' may be used uninitialized in this function [-Wmaybe-uninitialized] memset(relocs, 0, relocs_size); ^ scripts/sortextable.h:106:6: note: `relocs_size' was declared here int relocs_size; ^ In file included from scripts/sortextable.c:192:0: scripts/sortextable.h:176:3: warning: `relocs_size' may be used uninitialized in this function [-Wmaybe-uninitialized] memset(relocs, 0, relocs_size); ^ scripts/sortextable.h:106:6: note: `relocs_size' was declared here int relocs_size; ^ gcc 4.9.1 Change-Id: I277a20929ab23d0c8d073929ac2a70da97e816f2
* first commitMeizu OpenSource2016-08-151-0/+191