mirror of https://github.com/acidanthera/audk.git
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:
parent
22d9199fe5
commit
97297c21fa
|
@ -51,4 +51,9 @@
|
|||
<ModuleEntryPoint>UefiMain</ModuleEntryPoint>
|
||||
</Extern>
|
||||
</Externs>
|
||||
<ModuleBuildOptions>
|
||||
<Options>
|
||||
<Option ToolChainFamily="INTEL" ToolCode="CC">/WX-</Option>
|
||||
</Options>
|
||||
</ModuleBuildOptions>
|
||||
</ModuleSurfaceArea>
|
Loading…
Reference in New Issue