]> code.ossystems Code Review - openembedded-core.git/commit
gcc-4.7: Fix incorrect warning with -Wcast-qual
authorKhem Raj <raj.khem@gmail.com>
Mon, 11 Mar 2013 06:28:13 +0000 (23:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Mar 2013 18:26:35 +0000 (18:26 +0000)
commit5d8ef98225773a6ec88b5e1a76ce01d76163b3a5
tree06d1140465e576126f0ea734cb4e9a1d4b508134
parente33df55e69c5c517bcbc85452292740fe3b669da
gcc-4.7: Fix incorrect warning with -Wcast-qual

This patch backport the fix where -Wcast-qual
reports a bogus warning with 4.7.2, There is
no workaround in code that can be done to avoid
it hence the fix to gcc is backported.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/gcc/gcc-4.7.inc
meta/recipes-devtools/gcc/gcc-4.7/wcast-qual-PR55383.patch [new file with mode: 0644]