This commit is contained in:
jief666 2020-10-26 18:02:54 +03:00
parent 1934a83d84
commit c458db4acd

View File

@ -5251,7 +5251,7 @@ void RenameDevices(UINT8* table)
if ( gSettings.DeviceRenameCount <= 0 ) return; // to avoid message "0 replacement"
INTN i;
INTN k=0; // Cland complain about possible use uninitialised. Not true, but I don't like warnings.
INTN k=0; // Clang complain about possible use uninitialised. Not true, but I don't like warnings.
UINTN index;
INTN size;
UINTN len = ((EFI_ACPI_DESCRIPTION_HEADER*)table)->Length;