From 2419bd23d2bc617af79dfd89fdbf3a05fa6251fe Mon Sep 17 00:00:00 2001 From: tgingold Date: Mon, 12 Feb 2007 07:21:12 +0000 Subject: fix gcc warnings (missing braces around initializer) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2365 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Dxe/UnixPlatform/MiscSubclass/MiscSystemSlotDesignationData.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EdkUnixPkg/Dxe/UnixPlatform/MiscSubclass/MiscSystemSlotDesignationData.c') diff --git a/EdkUnixPkg/Dxe/UnixPlatform/MiscSubclass/MiscSystemSlotDesignationData.c b/EdkUnixPkg/Dxe/UnixPlatform/MiscSubclass/MiscSystemSlotDesignationData.c index d5e1474fe2..1ea2615c08 100644 --- a/EdkUnixPkg/Dxe/UnixPlatform/MiscSubclass/MiscSystemSlotDesignationData.c +++ b/EdkUnixPkg/Dxe/UnixPlatform/MiscSubclass/MiscSystemSlotDesignationData.c @@ -46,7 +46,7 @@ MISC_SUBCLASS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION_DATA, MiscSystemSlotDe 0, // SmbusSignalSupported :1; 0 // Reserved :21; }, - 0 // SlotDevicePath + {0, 0, {0, 0}} // SlotDevicePath }; /* eof - MiscSystemSlotsData.c */ -- cgit v1.2.3