OptionRomPkg: Fix Visual Studio compiler warnings
These changes fix compiler warnings with Visual Studio 2005. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11545 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -615,7 +615,7 @@ BltLibBufferToVideoEx (
|
||||
BltMemDst = (VOID*) (mBltLibFrameBuffer + Offset);
|
||||
|
||||
if (mPixelFormat == PixelBlueGreenRedReserved8BitPerColor) {
|
||||
BltMemSrc = (VOID *) (UINT8 *) BltBuffer + (SrcY * Delta);
|
||||
BltMemSrc = (VOID *) ((UINT8 *) BltBuffer + (SrcY * Delta));
|
||||
} else {
|
||||
for (X = 0; X < Width; X++) {
|
||||
Blt =
|
||||
|
Reference in New Issue
Block a user