]> git.ipfire.org Git - thirdparty/elfutils.git/commit
readelf: Cast Dwarf_Word length to ptrdiff_t for comparison.
authorMark Wielaard <mjw@redhat.com>
Wed, 26 Nov 2014 23:12:32 +0000 (00:12 +0100)
committerMark Wielaard <mjw@redhat.com>
Wed, 26 Nov 2014 23:15:14 +0000 (00:15 +0100)
commit13a9fa3013acdc318ebd65f73a9192087a5a39ab
tree152bf89a79e217ba572932461f368f1848721be4
parent020fc02c554226a914e9dd17394236eabe3f03d3
readelf: Cast Dwarf_Word length to ptrdiff_t for comparison.

Avoids comparison between signed and unsigned integer expressions warning.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
src/ChangeLog
src/readelf.c