Pass compatible pointer type to fix compiler warning

This commit is contained in:
Rafal Kupiec 2024-04-07 10:50:21 +02:00
parent e82c3cbf18
commit 0af3a01acf
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -158,7 +158,7 @@ FbInitializeDisplay()
EFI_GUID UgaGuid = EFI_UNIVERSAL_GRAPHICS_ADAPTER_PROTOCOL_GUID;
PEFI_GRAPHICS_OUTPUT_MODE_INFORMATION GopModeInfo;
UINT Depth, QueryMode, Refresh;
ULONG_PTR InfoSize;
UINT_PTR InfoSize;
EFI_STATUS Status;
/* Check if framebuffer already initialized */