mirror of https://github.com/acidanthera/audk.git
Fix ICC compiler warning.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9612 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
164393a065
commit
dc05231352
|
@ -1630,8 +1630,4 @@ ThirdPartyFvPpiNotifyCallback (
|
||||||
}
|
}
|
||||||
} while (FileHandle != NULL);
|
} while (FileHandle != NULL);
|
||||||
} while (TRUE);
|
} while (TRUE);
|
||||||
|
|
||||||
return EFI_SUCCESS;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue