[lldb-dev] Some remaining warnings

Jean-Daniel Dupas devlists at shadowlab.org
Wed Jul 21 10:50:57 PDT 2010


Le 21 juil. 2010 à 09:28, Jean-Daniel Dupas a écrit :

> Hello.
> 
> Here is a patch that fixes a couple of argument order in constructor warning, that replace false by NULL when the compiler expects a pointer, and that adds a couple of parentheses in 
> 
> This patch also fix a precedence issue in include/lldb/Host/Predicate.h (thanks to clang++):
> 
> lldb/include/lldb/Host/Predicate.h:265:37: warning: & has lower precedence than !=; != will be evaluated first [-Wparentheses]
> 
> 

Better with the patch attached…


-- Jean-Daniel




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100721/495bfaae/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cleanup.patch
Type: application/octet-stream
Size: 10479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100721/495bfaae/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100721/495bfaae/attachment-0001.html>


More information about the lldb-dev mailing list