Temporarily disable /WX for HelloWorld module, for there is a bug in tool, which causes inconsistency between UefiApplicationLib and AutoGen.c leading to warning of ICC compiler.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2393 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24 2007-02-14 07:19:58 +00:00
parent 22d9199fe5
commit 97297c21fa
1 changed files with 5 additions and 0 deletions

View File

@ -51,4 +51,9 @@
<ModuleEntryPoint>UefiMain</ModuleEntryPoint>
</Extern>
</Externs>
<ModuleBuildOptions>
<Options>
<Option ToolChainFamily="INTEL" ToolCode="CC">/WX-</Option>
</Options>
</ModuleBuildOptions>
</ModuleSurfaceArea>