mirror of https://github.com/acidanthera/audk.git
Fix build warning generated by ICC and MSVC compilers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6725 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
35a646e204
commit
fe186365de
|
@ -118,7 +118,7 @@ ReadEdidData (
|
|||
UINT64 Signature;
|
||||
|
||||
for (Index = 0; Index < EDID_BLOCK_SIZE * 2; Index ++) {
|
||||
I2cReadByte (Private->PciIo, 0xa0, Index, &EdidData[Index]);
|
||||
I2cReadByte (Private->PciIo, 0xa0, (UINT8)Index, &EdidData[Index]);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue