Fix ICC building issue for Nt32 platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6110 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -47,6 +47,10 @@ Abstract:
|
||||
#pragma warning(disable : 4232)
|
||||
#pragma warning(disable : 4996)
|
||||
|
||||
#if __INTEL_COMPILER
|
||||
#pragma warning ( disable : 144 )
|
||||
#endif
|
||||
|
||||
EFI_WIN_NT_THUNK_PROTOCOL mWinNtThunkTable = {
|
||||
EFI_WIN_NT_THUNK_PROTOCOL_SIGNATURE,
|
||||
GetProcAddress,
|
||||
|
Reference in New Issue
Block a user