grub/grub-core/loader/i386/pc
Andrei Borzenkov 9a67e1ac8e Use full initializer for initrd_ctx to avoid fatal warnings with older GCC
struct ... foo = { 0, } is valid initializer, but older GCC emits
warning which is fatal error due to -Werror=missing-field-initializer.
So simply use full initializer to avoid these errors. This was fixed
probably in GCC 4.7.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36750
2014-10-14 20:12:15 +04:00
..
chainloader.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
freedos.c Mark few forgotten strings for translation. 2013-05-07 11:41:47 +02:00
linux.c Use full initializer for initrd_ctx to avoid fatal warnings with older GCC 2014-10-14 20:12:15 +04:00
ntldr.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
plan9.c * include/grub/mm.h (grub_extend_alloc): Remove. 2013-08-22 16:44:20 +02:00
pxechainloader.c Terminate UNDI and PXE before launching the payload to avoid problems 2012-04-11 22:32:31 +02:00
truecrypt.c Implement Truecrypt ISO loader. 2013-12-17 14:45:46 +01:00