[lldb-dev] Interest in enabling -Werror by default

Saleem Abdulrasool via lldb-dev lldb-dev at lists.llvm.org
Mon Feb 15 22:02:16 PST 2016


Hi,

It seems that enabling -Werror by default is within reach for lldb now.
There currently are three warnings that remain with gcc 5.1 on Linux, and
the build is clean of warnings with clang.

There are two instances of type range limitations on comparisons in
asserts, and one instance of string formatting which has a GNU
incompatibility.

Is there any interest in enabling -Werror by default to help keep the build
clean going forward?

-- 
Saleem Abdulrasool
compnerd (at) compnerd (dot) org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160215/96205fbe/attachment.html>


More information about the lldb-dev mailing list