]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/x64/ProcessorBind.h
Updated comments for IntelCompiler specific warnings
[mirror_edk2.git] / MdePkg / Include / x64 / ProcessorBind.h
index d0c02c347418e7a80afd4d87fc8c6f06b9c552d8..a4a1a35e3583ca9eef00d253d1ffc00d3f40a6d5 100644 (file)
 #pragma pack()\r
 #endif\r
 \r
+\r
+#if __INTEL_COMPILER\r
+//\r
+// Disable ICC's remark #1418: external function definition with no prior declaration.\r
+// This is legal ANSI C code so we disable the remark that is turned on with /W4\r
+//\r
+#pragma warning ( disable : 1418 )\r
+\r
+\r
+//\r
+// Disable ICC's remark #1419: external declaration in primary source file\r
+// This is legal ANSI C code so we disable the remark that is turned on with /W4\r
+//\r
+#pragma warning ( disable : 1419 )\r
+\r
+#endif\r
+\r
+\r
 #if _MSC_EXTENSIONS \r
     \r
 //\r