[systemd-devel] [PATCH] boot: efi - move background pixel variable into different scope
Kay Sievers
kay at vrfy.org
Fri Feb 27 05:20:15 PST 2015
On Fri, Feb 27, 2015 at 1:35 AM, Marcel Holtmann <marcel at holtmann.org> wrote:
> CC src/boot/efi/splash.o
> src/boot/efi/splash.c: In function ‘graphics_splash’:
> src/boot/efi/splash.c:256:9: warning: missing initializer for field ‘Blue’ of ‘EFI_GRAPHICS_OUTPUT_BLT_PIXEL’ [-Wmissing-field-initializers]
> EFI_GRAPHICS_OUTPUT_BLT_PIXEL pixel = { };
> ^
> In file included from /usr/include/efi/efi.h:39:0,
> from src/boot/efi/splash.c:18:
> /usr/include/efi/efiprot.h:641:9: note: ‘Blue’ declared here
> UINT8 Blue;
> ^
That patch removes the initializer?
Kay
More information about the systemd-devel
mailing list