mirror of https://github.com/acidanthera/audk.git
STATIC should be prefixed for internal functions to pass the stringent compiler such as Intel ICC for IPF with /WX /W4 options.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2454 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1a682c8c37
commit
657579afc2
|
@ -31,6 +31,7 @@ ESAL_VARIABLE_GLOBAL *mVariableModuleGlobal;
|
|||
// when EfiAcquireLock in UefiLib can handle the
|
||||
// the call in UEFI Runtimer driver in RT phase.
|
||||
//
|
||||
STATIC
|
||||
VOID
|
||||
AcquireLockOnlyAtBootTime (
|
||||
IN EFI_LOCK *Lock
|
||||
|
@ -46,6 +47,7 @@ AcquireLockOnlyAtBootTime (
|
|||
// when EfiAcquireLock in UefiLib can handle the
|
||||
// the call in UEFI Runtimer driver in RT phase.
|
||||
//
|
||||
STATIC
|
||||
VOID
|
||||
ReleaseLockOnlyAtBootTime (
|
||||
IN EFI_LOCK *Lock
|
||||
|
|
|
@ -32,6 +32,7 @@ ESAL_VARIABLE_GLOBAL *mVariableModuleGlobal;
|
|||
// when EfiAcquireLock in UefiLib can handle the
|
||||
// the call in UEFI Runtimer driver in RT phase.
|
||||
//
|
||||
STATIC
|
||||
VOID
|
||||
AcquireLockOnlyAtBootTime (
|
||||
IN EFI_LOCK *Lock
|
||||
|
@ -47,6 +48,7 @@ AcquireLockOnlyAtBootTime (
|
|||
// when EfiAcquireLock in UefiLib can handle the
|
||||
// the call in UEFI Runtimer driver in RT phase.
|
||||
//
|
||||
STATIC
|
||||
VOID
|
||||
ReleaseLockOnlyAtBootTime (
|
||||
IN EFI_LOCK *Lock
|
||||
|
|
Loading…
Reference in New Issue