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
diff --git a/EdkModulePkg/Application/HelloWorld/HelloWorld.msa b/EdkModulePkg/Application/HelloWorld/HelloWorld.msa
index 5f9192b..92edf3e 100644
--- a/EdkModulePkg/Application/HelloWorld/HelloWorld.msa
+++ b/EdkModulePkg/Application/HelloWorld/HelloWorld.msa
@@ -51,4 +51,9 @@
       <ModuleEntryPoint>UefiMain</ModuleEntryPoint>

     </Extern>

   </Externs>

+  <ModuleBuildOptions>

+    <Options>

+      <Option ToolChainFamily="INTEL" ToolCode="CC">/WX-</Option>

+    </Options>

+  </ModuleBuildOptions>

 </ModuleSurfaceArea>
\ No newline at end of file