exclude unused variable

Signed-off-by: Slice <sergey.slice@gmail.com>
This commit is contained in:
Slice 2024-06-21 23:20:19 +03:00
parent 2593b69c67
commit d8faea0ed8
2 changed files with 3 additions and 2 deletions

View File

@ -402,7 +402,8 @@ SetPrivateVarProto(void)
EFI_STATUS Status; EFI_STATUS Status;
//This must be independent install //This must be independent install
// optional protocols // optional protocols
Status = gBS->InstallMultipleProtocolInterfaces (&gImageHandle, EFI_HANDLE NewHandle = NULL;
Status = gBS->InstallMultipleProtocolInterfaces ( &NewHandle,///&gImageHandle,
&gAppleFramebufferInfoProtocolGuid, &gAppleFramebufferInfoProtocolGuid,
&mScreenInfo, &mScreenInfo,
// &gEfiOSInfoProtocolGuid, // &gEfiOSInfoProtocolGuid,

View File

@ -76,7 +76,7 @@
#include "../Platform/StartupSound.h" // for audioIo #include "../Platform/StartupSound.h" // for audioIo
///0C483552-CAC3-4E72-B7DD-94F16C44C394 ///0C483552-CAC3-4E72-B7DD-94F16C44C394
constexpr const EFI_GUID PreGuid = { 0x0C483552, 0xCAC3, 0x4E72, { 0x87, 0xDD, 0x94, 0xF1, 0x6C, 0x44, 0xC3, 0x94 } }; //constexpr const EFI_GUID PreGuid = { 0x0C483552, 0xCAC3, 0x4E72, { 0x87, 0xDD, 0x94, 0xF1, 0x6C, 0x44, 0xC3, 0x94 } };
void testEfires() void testEfires()
{ {
// EFI_STATUS Status; // EFI_STATUS Status;