]> git.wh0rd.org Git - elf2flt.git/commit
Merge pull request #3 from KirillSmirnov/uninitialized-var
authorMike Frysinger <vapier@gmail.com>
Tue, 13 Sep 2016 06:37:14 +0000 (02:37 -0400)
committerGitHub <noreply@github.com>
Tue, 13 Sep 2016 06:37:14 +0000 (02:37 -0400)
commitd3aa8c887d21dbce6ec59e704bd8b7880fdd5151
treed58a5b2493a71d5b3ffd168c57e0c92644e414c3
parenta87f68ae9e879360a9624f2a02999e67cfbe5a2f
parent973724cb999b3692b40cfb052120f8b2347a0d64
Merge pull request #3 from KirillSmirnov/uninitialized-var

My gcc is 5.4.0, target is m68k, binutils 2.26.

elf2flt.c: In function 'output_relocs':
elf2flt.c:1604:5: error: 'sym_reloc_size' may be used uninitialized in this function [-Werror=maybe-uninitialized]
printf(" RELOC[%d]: offset=0x%"BFD_VMA_FMT"x symbol=%s%s "