Fix GCC build fail issue for MdeModulePkg and NetworkPkg.

Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Ouyang Qian <qian.ouyang@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14007 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
sfu5
2012-12-17 06:48:35 +00:00
parent 23fe74dc76
commit 1f7eb561d9
17 changed files with 37 additions and 21 deletions

View File

@ -1095,7 +1095,7 @@ NetDestroyLinkList (
IN NET_DESTROY_LINK_LIST_CALLBACK CallBack,
IN VOID *Context, OPTIONAL
OUT UINTN *ListLength OPTIONAL
)
)
{
UINTN PreviousLength;
LIST_ENTRY *Entry;
@ -1158,7 +1158,7 @@ NetIsInHandleBuffer (
IN EFI_HANDLE Handle,
IN UINTN NumberOfChildren,
IN EFI_HANDLE *ChildHandleBuffer OPTIONAL
)
)
{
UINTN Index;