Pass compatible pointer type to fix compiler warning
Builds / ExectOS (i686) (push) Failing after 28s Details
Builds / ExectOS (amd64) (push) Successful in 31s Details

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
1 changed files with 1 additions and 1 deletions

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 */