[Lldb-commits] [PATCH] D25246: Disable warnings in LLDBWrapPython.cpp when LLVM_ENABLE_WERROR is used
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 5 10:05:57 PDT 2016
Just fyi, I'm planning to submit as-is for now. We can treat disabling
specific warnings all the time orthogonally, since we would need to discuss
what warnings specifically etc. In any case, in a Werror build turning
everything off seems the most prudent.
On Tue, Oct 4, 2016 at 1:20 PM Zachary Turner <zturner at google.com> wrote:
> zturner added a comment.
>
> In https://reviews.llvm.org/D25246#561323, @Eugene.Zelenko wrote:
>
> > You could use -Wno-error=<warning> instead.
>
>
> Yes but it's a little bit annoying to track down every single one we get
> in this file with all the different compilers. Since we can't really
> control the generated code, there's not much we can do. Seems easier to
> just turn them off.
>
>
> https://reviews.llvm.org/D25246
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161005/d00eea09/attachment.html>
More information about the lldb-commits
mailing list