mirror of https://github.com/acidanthera/audk.git
Fix VS 2005 compatibility issue
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1665 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dab8ae8c5c
commit
f55a0ac966
|
@ -33,6 +33,7 @@ Abstract:
|
|||
--*/
|
||||
|
||||
#include "SecMain.h"
|
||||
#pragma warning(disable : 4996)
|
||||
|
||||
//
|
||||
// Globals
|
||||
|
@ -1167,3 +1168,5 @@ _ModuleEntryPoint (
|
|||
)
|
||||
{
|
||||
}
|
||||
|
||||
#pragma warning(default : 4996)
|
||||
|
|
Loading…
Reference in New Issue