Fix ShellPkg build errors for UNIXGCC toolchain.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8555 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -455,7 +455,7 @@ ShellOpenFileByDevicePath(
|
||||
}
|
||||
Status = gBS->OpenProtocol(*DeviceHandle,
|
||||
&gEfiSimpleFileSystemProtocolGuid,
|
||||
&EfiSimpleFileSystemProtocol,
|
||||
(VOID**) &EfiSimpleFileSystemProtocol,
|
||||
gImageHandle,
|
||||
NULL,
|
||||
EFI_OPEN_PROTOCOL_GET_PROTOCOL);
|
||||
@@ -1725,7 +1725,7 @@ ShellCommandLineParse (
|
||||
CheckPackage,
|
||||
ProblemParam,
|
||||
AutoPageBreak,
|
||||
mEfiShellParametersProtocol->Argv,
|
||||
(CONST CHAR16**) mEfiShellParametersProtocol->Argv,
|
||||
mEfiShellParametersProtocol->Argc ));
|
||||
}
|
||||
|
||||
@@ -1737,7 +1737,7 @@ ShellCommandLineParse (
|
||||
CheckPackage,
|
||||
ProblemParam,
|
||||
AutoPageBreak,
|
||||
mEfiShellInterface->Argv,
|
||||
(CONST CHAR16**) mEfiShellInterface->Argv,
|
||||
mEfiShellInterface->Argc ));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user