Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, for some latest modifications break it.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2366 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -134,8 +134,9 @@ RemoveMemoryMapEntry (
|
||||
|
||||
STATIC
|
||||
MEMORY_MAP *
|
||||
AllocateMemoryMapEntry (
|
||||
);
|
||||
AllocateMemoryMapEntry (
|
||||
VOID
|
||||
);
|
||||
|
||||
VOID
|
||||
CoreAcquireMemoryLock (
|
||||
@@ -651,9 +652,11 @@ Returns:
|
||||
}
|
||||
}
|
||||
|
||||
STATIC
|
||||
MEMORY_MAP *
|
||||
AllocateMemoryMapEntry (
|
||||
)
|
||||
AllocateMemoryMapEntry (
|
||||
VOID
|
||||
)
|
||||
/*++
|
||||
|
||||
Routine Description:
|
||||
|
Reference in New Issue
Block a user