mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Diable 1418 and 1419 with pragma.
Disable ICC's error #1418: external function definition with no prior declaration and // Disable ICC's error #1419: external declaration in primary source file git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3122 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
361c9fed90
commit
46913d4de4
@ -36,6 +36,20 @@
|
|||||||
// IA-32 version of efibind.h
|
// IA-32 version of efibind.h
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#if __INTEL_COMPILER
|
||||||
|
//
|
||||||
|
// Disable ICC's error #1418: external function definition with no prior declaration
|
||||||
|
//
|
||||||
|
#pragma warning ( disable : 1418 )
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Disable ICC's error #1419: external declaration in primary source file
|
||||||
|
//
|
||||||
|
#pragma warning ( disable : 1419 )
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Disabling bitfield type checking warnings.
|
// Disabling bitfield type checking warnings.
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user