<div dir="ltr">My guess is that the command line looks like this:<div>clang ... -Wno-unused-local-typedef -Wall ...</div><div><br></div><div>Because -Wunused-local-typedef is part of -Wall, that will turn it off and then back on.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 31, 2015 at 11:52 AM, Edward Diener <span dir="ltr"><<a href="mailto:eldlistmailingz@tropicsoft.com" target="_blank">eldlistmailingz@tropicsoft.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I try passing to the command line:<br>
<br>
-Wno-unused-local-typedef<br>
<br>
to turn off the -Wunused-local-typedef warning but it still gets issued. How do i turn this warning off.<br>
<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>