]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't extract the n_type value from the elf header, since it is never used
authorEitan Adler <eadler@FreeBSD.org>
Thu, 16 Feb 2012 05:16:55 +0000 (05:16 +0000)
committerEitan Adler <eadler@FreeBSD.org>
Thu, 16 Feb 2012 05:16:55 +0000 (05:16 +0000)
commit097cd850028c5a745656cba8f8c508e8dc10f7ee
treeb90eba8f5cdf47270a6ac6d57f6f8a347c8116ab
parentf17a6f1b17ee3c02fa804dd88de4fe9cc05a8614
Don't extract the n_type value from the elf header, since it is never used

Fix warning when compiling with gcc46:
variable 'type' set but not used

Approved by: cperciva
MFC after: 3 days
usr.bin/elfdump/elfdump.c