[cfe-dev] Turning off -Wunused-local-typedef warning

Reid Kleckner rnk at google.com
Sun May 31 14:19:39 PDT 2015


My guess is that the command line looks like this:
clang ... -Wno-unused-local-typedef -Wall ...

Because -Wunused-local-typedef is part of -Wall, that will turn it off and
then back on.

On Sun, May 31, 2015 at 11:52 AM, Edward Diener <
eldlistmailingz at tropicsoft.com> wrote:

> I try passing to the command line:
>
> -Wno-unused-local-typedef
>
> to turn off the -Wunused-local-typedef warning but it still gets issued.
> How do i turn this warning off.
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150531/dd263dca/attachment.html>


More information about the cfe-dev mailing list