]> code.ossystems Code Review - openembedded-core.git/commit
elfutils: remove unused variables to fix compilation with GCC 4.6
authorJoshua Lock <josh@linux.intel.com>
Wed, 6 Apr 2011 10:51:25 +0000 (11:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Apr 2011 14:50:29 +0000 (07:50 -0700)
commit9207c918a1b2f9ddf69dd9508d6c011eba435486
tree4cd3deb3fe30f337ea318ef2b635448bdcbf0fdb
parent1f164043be7fffb38b82f3b24c27e837268e51e5
elfutils: remove unused variables to fix compilation with GCC 4.6

Unused variables trigger a warning in GCC 4.6 which are caught by -Werror as
used in the elfutils makefiles and therefore the build fails.

This patch adds some consolidated fixes from upstream to remove the unused
variables, they will no longer be required as of elfutils 0.152

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-devtools/elfutils/elfutils-0.148/remove-unused.patch [new file with mode: 0644]
meta/recipes-devtools/elfutils/elfutils_0.148.bb