<div class="gmail_quote">On Thu, May 17, 2012 at 12:35 PM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com" target="_blank">sean@rogue-research.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
I updated my ToT build of clang, and now it complains that:<br>
<br>
-Wno-c++0x-static-nonintegral-init<br>
<br>
is unknown.  Was it deliberately removed or renamed?</blockquote><div><br></div><div>The recent change which will have triggered this is that we now warn on unknown -Wno-* arguments. That diagnostic flag was renamed 8 months ago: the warning name was completely wrong (the warning is unrelated to C++11) and is now under -Wstatic-member-init.</div>
</div>