You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by gs...@apache.org on 2007/03/20 22:24:04 UTC

svn commit: r520605 - /harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml

Author: gshimansky
Date: Tue Mar 20 14:24:01 2007
New Revision: 520605

URL: http://svn.apache.org/viewvc?view=rev&rev=520605
Log:
Applied HARMONY-3444 [drlvm][winx64] Jitrino release build produces warnings while optimizing STL


Modified:
    harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml

Modified: harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml?view=diff&rev=520605&r1=520604&r2=520605
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml Tue Mar 20 14:24:01 2007
@@ -209,12 +209,16 @@
                     <compilerarg value="/wd4702" />
                     <compilerarg value="/wd4100" />
                     <compilerarg value="/wd4127" />
+                    <select cfg="release">
+                        <compilerarg value="/wd4718" />
+                    </select>
                     <!--
                       #4201 - W4, nonstandart extention - nameless struct or union
                       #4702 - W4, unreachable code (fired in STL's <list>)
                       #4512 - assigment operator can not be generated
                       #4100 - unreferenced formal parameter
                       #4127 - conditional expression is constant
+                      #4718 - release: recursive call has no side effects, deleting
 
                       # specify where to put the per-compilation unit pdb
                       # this is needed to make the parallel compilation to work with cl: