]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Remove redundant NULL tests.
authorChih-Hung Hsieh <chh@google.com>
Wed, 9 Sep 2015 19:32:07 +0000 (12:32 -0700)
committerMark Wielaard <mjw@redhat.com>
Mon, 14 Sep 2015 11:41:12 +0000 (13:41 +0200)
commit2d982861e5e23d38653df7d8dce1d2282cda8ce1
tree9b8f87ff115c16043e4a0e41faf4d9ca87795efb
parent879850950bd56255cb5796c86b62bf3bdedd4fb9
Remove redundant NULL tests.

GCC6 and Clang give warnings on redundant NULL tests of parameters
that are declared with __nonnull_attribute__.

Signed-off-by: Chih-Hung Hsieh <chh@google.com>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
12 files changed:
libdw/ChangeLog
libdw/dwarf_macro_getsrcfiles.c
libdw/dwarf_siblingof.c
libdw/libdw_visit_scopes.c
libdwfl/ChangeLog
libdwfl/dwfl_frame.c
libdwfl/libdwfl.h
libebl/ChangeLog
libebl/ebldwarftoregno.c
libebl/eblinitreg.c
libebl/eblnormalizepc.c
libebl/eblunwind.c