From: mdkinney Date: Wed, 4 Oct 2006 23:11:21 +0000 (+0000) Subject: Fix VS 2005 compatibility issue X-Git-Tag: edk2-stable201903~24209 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f55a0ac966cd0c4de1d0f9ee9782176ff86ab4a0 Fix VS 2005 compatibility issue git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1665 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EdkNt32Pkg/Sec/SecMain.c b/EdkNt32Pkg/Sec/SecMain.c index 26f10c4e05..3c6f5b0430 100644 --- a/EdkNt32Pkg/Sec/SecMain.c +++ b/EdkNt32Pkg/Sec/SecMain.c @@ -33,6 +33,7 @@ Abstract: --*/ #include "SecMain.h" +#pragma warning(disable : 4996) // // Globals @@ -1167,3 +1168,5 @@ _ModuleEntryPoint ( ) { } + +#pragma warning(default : 4996)