From 2cb722596872a79f8cebd856f2a4adb36b075bcb Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 15 Oct 2014 01:49:52 +0100 Subject: Update GRUB (again): fix build issue Workaround for GCC 4.6.3 (Trisquel 6) with GRUB commit 631a820. struct ... foo = { 0, } is valid initializer but GCC 4.6.3 errors out with -Werror=missing-field-initializer The new GRUB commit initializes the variables properly. --- getgrub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getgrub b/getgrub index 884b36c..837c517 100755 --- a/getgrub +++ b/getgrub @@ -39,7 +39,7 @@ cd grub # Reset to the last commit that was tested # -------------------------------------------------------------------------------- -git reset --hard 77063f4cb672f423272db7e21ca448cf3de98dcf +git reset --hard 9a67e1ac8e92cd0b7521c75a734fcaf2e58523ad # Apply patches # -------------------------------------------------------------------------------- -- cgit v1.1-4-g5e80