Files
poky/meta/recipes-devtools/gcc/gcc-4.9
Kai Kang b1a7405688 gcc-4.x: fix wrong warning when using the universal zero initializer {0}
When I upgrade efivar to 0.21, it fails to compile with error messages:

| linux.c:850:9: error: missing braces around initializer
[-Werror=missing-braces]
|   struct ifreq ifr = { 0, };
|          ^

It is a known issue of gcc. Backport patch from

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119

to fix wrong warning when using the universal zero initializer {0}.

(From OE-Core rev: ef16c20e6936218ff96c599cce0200c34f5017dd)

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-10-19 17:57:57 +01:00
..
2014-05-06 17:59:15 +01:00
2014-05-06 17:59:15 +01:00
2014-05-06 17:59:15 +01:00
2014-05-06 17:59:15 +01:00
2014-05-06 17:59:15 +01:00
2014-05-06 17:59:15 +01:00
2014-05-06 17:59:15 +01:00
2014-05-06 17:59:15 +01:00
2014-05-06 17:59:15 +01:00
2014-05-06 17:59:15 +01:00