Fix building issue for Intel Compiler

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3695 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2007-08-23 08:37:33 +00:00
parent bbc0f1bb24
commit 6bee163234
4 changed files with 4 additions and 4 deletions

View File

@ -1167,7 +1167,7 @@ IsaSerialSetAttributes (
}
if (Parity == DefaultParity) {
Parity = FixedPcdGet8 (PcdUartDefaultParity);
Parity = (EFI_PARITY_TYPE)FixedPcdGet8 (PcdUartDefaultParity);
}
if (DataBits == 0) {

View File

@ -29,4 +29,4 @@ typedef struct {
#pragma pack()
#endif
#endif

View File

@ -875,4 +875,4 @@ CustomDecompressGetAlgorithms (
*NumberOfAlgorithms = 1;
return RETURN_SUCCESS;
}
}

View File

@ -623,4 +623,4 @@ Returns:
VariableName,
VariableGuid
);
}
}