forked from Imagelibrary/binutils-gdb
gcc-4 -Og false positive "may be used uninitialised"
binutils/ * readelf.c (dump_section_as_strings) Avoid false positive "may be used uninitialised". gas/ * config/tc-arm.c (move_or_literal_pool): Avoid false positive "may be used uninitialised". (opcode_lookup): Likewise.
This commit is contained in:
@@ -13968,7 +13968,7 @@ dump_section_as_strings (Elf_Internal_Shdr * section, Filedata * filedata)
|
||||
|
||||
if (maxlen > 0)
|
||||
{
|
||||
char c;
|
||||
char c = 0;
|
||||
|
||||
while (maxlen)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user