<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 18, 2013 at 5:45 PM, Yaron Keren <span dir="ltr"><<a href="mailto:yaron.keren@gmail.com" target="_blank">yaron.keren@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="rtl"><div dir="ltr">Visual C++ 2012 produces warning 4224 nonstandard extension used : formal parameter 'type' was previously defined as a type.</div>
</div></blockquote><div><br></div><div>In what cases does it produce this warning?  How many warnings are produced?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="rtl"><div dir="ltr"><br></div><div dir="ltr">While patching HandleLLVMOptions, I noticed that NDBEUG is removed only from the release compile flags but not from the minimum size release or the release with debug info. </div>


<div dir="ltr">With these targets Visual C++ warns about NDEBUG being defined and undefined.</div><div dir="ltr"><br></div><div dir="ltr">The attached patch addresses both issues.</div></div></blockquote><div><br></div><div>
Please submit this part as a second patch, this part LGTM.</div><div><br></div><div>Thanks!</div><div><br></div><div>~Aaron </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="rtl"><span class="HOEnZb"><font color="#888888"><div dir="ltr"><br></div><div dir="ltr">

Yaron</div><div dir="ltr"><br></div><div dir="ltr"><br></div></font></span></div>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div></div>