Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2313 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -94,6 +94,7 @@ Returns:
|
||||
EFI_NATIVE_INTERFACE,
|
||||
NULL
|
||||
);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1446,7 +1447,7 @@ Returns:
|
||||
SecondBus = 0;
|
||||
Register = 0;
|
||||
State = 0;
|
||||
Attributes = 0;
|
||||
Attributes = (EFI_HPC_PADDING_ATTRIBUTES) 0;
|
||||
BusRange = 0;
|
||||
|
||||
ResetAllPpbBusReg (Bridge, StartBusNumber);
|
||||
|
Reference in New Issue
Block a user