mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
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>
|
<ModuleEntryPoint>UefiMain</ModuleEntryPoint>
|
||||||
</Extern>
|
</Extern>
|
||||||
</Externs>
|
</Externs>
|
||||||
|
<ModuleBuildOptions>
|
||||||
|
<Options>
|
||||||
|
<Option ToolChainFamily="INTEL" ToolCode="CC">/WX-</Option>
|
||||||
|
</Options>
|
||||||
|
</ModuleBuildOptions>
|
||||||
</ModuleSurfaceArea>
|
</ModuleSurfaceArea>
|
Loading…
x
Reference in New Issue
Block a user