[lldb-dev] Enabling warnings as errors

Greg Clayton gclayton at apple.com
Thu Aug 14 17:28:33 PDT 2014


There are so many compilers and each compiler is good at detecting things that other compilers don't warn about.

So I don't think we should enable warnings as errors, but I do think we should strive to keep warnings down to as low a level as possible.

Greg

> On Aug 14, 2014, at 10:38 AM, Zachary Turner <zturner at google.com> wrote:
> 
> What would it take to enable warnings as errors on all platforms?
> 
> I've done alot of work getting the windows build warning free, but it seems like very time I sync the code on linux or Mac, there's many many new warnings introduced.  I'm always vigilant about fixing warnings in my own code, it would be nice if everyone else had the same level of vigilance.  If warnings broke the build, then I think that would be a good motivator to fix your warnings.
> 
> Thoughts?
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev




More information about the lldb-dev mailing list