[lldb-dev] Thousands of warnings in Xcode build

Zachary Turner zturner at google.com
Tue Nov 4 13:27:08 PST 2014


Note this is on a 32-bit MacOSX build.  Is this supposed to be a supported
configuration?  Some of the warnings seem kind of scary, so I'm not sure if
we're actually broken here, or if we are ok with disabling the warnings but
just nobody runs the 32-bit build enough to have seen this before.

On Tue Nov 04 2014 at 12:56:07 PM Zachary Turner <zturner at google.com> wrote:

> Did someone enable some new warnings recently?  I haven't built the Xcode
> build in a while, but building it now I get hundreds, if not thousands of
> warnings.  Most of them are type conversion warnings, such as this one:
>
> /Users/zturner/src/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.cpp:37:31:
> Implicit conversion loses integer precision: 'lldb::tid_t' (aka 'unsigned
> long long') to 'thread_act_t' (aka 'unsigned int')
>
> Anyone know what's going on?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141104/a0e58307/attachment.html>


More information about the lldb-dev mailing list