]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:33:28 +0000 (18:33 +0000)
commitf6cc25ce1214e7e52769c3ffba118cf2af3b42ca
treeeae2a0a97574c14e0316abe435cc24b5857b67df
parent975e259d2e6d47691248d1eb92440c6ef87aceaf
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.

(From OE-Core rev: 5d8ef98225773a6ec88b5e1a76ce01d76163b3a5)

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