[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
Tue Oct 4 13:20:18 PDT 2016


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





More information about the lldb-commits mailing list