Fix gcc warnings -- please review affected files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1972 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -22,7 +22,9 @@ Abstract:
|
||||
|
||||
#include <DxeIpl.h>
|
||||
|
||||
#ifndef __GNUC__
|
||||
#pragma warning( disable : 4305 )
|
||||
#endif
|
||||
|
||||
BOOLEAN gInMemory = FALSE;
|
||||
|
||||
|
@@ -155,6 +155,6 @@ Returns:
|
||||
);
|
||||
}
|
||||
|
||||
return (EFI_PHYSICAL_ADDRESS) PageMap;
|
||||
return (EFI_PHYSICAL_ADDRESS) (UINTN)PageMap; // FIXME
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user