Files
poky/meta/recipes-devtools
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
..
2015-08-11 09:28:51 -07:00
2015-08-11 09:28:51 -07:00
2015-08-11 09:28:48 -07:00
2015-08-30 12:35:49 +01:00
2015-09-23 09:52:50 +01:00
2015-08-11 09:28:50 -07:00
2014-03-02 17:25:28 +00:00
2015-09-01 11:44:03 +01:00
2015-09-01 11:44:03 +01:00
2015-08-10 12:40:31 -07:00
2015-08-10 12:40:20 -07:00
2015-08-10 12:40:20 -07:00
2015-07-12 22:55:42 +01:00
2015-09-23 09:53:08 +01:00
2015-09-12 23:01:53 +01:00
2014-12-23 10:18:20 +00:00
2015-05-30 22:26:12 +01:00
2014-08-28 15:12:42 +01:00
2015-07-31 10:32:44 +01:00
2015-09-12 23:01:53 +01:00
2015-09-18 09:05:22 +01:00
2015-09-24 17:54:23 +01:00
2015-08-16 22:40:55 +01:00
2015-09-04 16:23:55 +01:00
2015-09-12 22:48:26 +01:00
2015-09-03 12:43:14 +01:00
2015-06-08 17:34:03 +01:00
2015-08-24 23:47:05 +01:00
2015-04-21 07:20:25 +01:00
2015-05-20 21:41:08 +01:00
2015-06-11 23:59:15 +01:00