[Lldb-commits] [PATCH] D13866: Remove more gcc warnings.

Joerg Sonnenberger via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 19 07:18:11 PDT 2015


On Mon, Oct 19, 2015 at 12:59:25PM +0000, Hafiz Abid Qadeer via lldb-commits wrote:
> I saw following gcc warnings in 3 places and they seem to make sense.
> 
> "comparison of unsigned expression >= 0 is always true [-Wtype-limits]"
> 
> To fix the warnings, I have removed the offending checks. OK?

I don't like this, they obscure the meaning.

Joerg


More information about the lldb-commits mailing list