mirror of https://github.com/acidanthera/audk.git
Fix GCC building warning.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4809 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
173b35e469
commit
25ca163d0c
|
@ -536,7 +536,7 @@ BdsLibUpdateFvFileDevicePath (
|
|||
|
||||
EFI_STATUS
|
||||
BdsLibConnectUsbDevByShortFormDP (
|
||||
IN CHAR8 HostControllerPI,
|
||||
IN UINT8 HostControllerPI,
|
||||
IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
|
||||
);
|
||||
|
||||
|
|
|
@ -339,7 +339,7 @@ BdsLibConnectAllDriversToAllControllers (
|
|||
**/
|
||||
EFI_STATUS
|
||||
BdsLibConnectUsbDevByShortFormDP(
|
||||
IN CHAR8 HostControllerPI,
|
||||
IN UINT8 HostControllerPI,
|
||||
IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue