On Tue, Nov 05, 2013 at 02:24:22AM +1000, David Gwynne wrote:
>
> On 5 Nov 2013, at 12:40 am, Kenneth R Westerback
> wrote:
>
> > On Sun, Nov 03, 2013 at 10:51:43PM -0500, Brad Smith wrote:
> >> LLVM errors out on the i2o code with the following warning..
> >>
> >> ../../../../dev/i2o/iop.c:23
Could be the FBI code we were looking for!
2013/11/4 David Gwynne
>
> On 5 Nov 2013, at 12:40 am, Kenneth R Westerback
> wrote:
>
> > On Sun, Nov 03, 2013 at 10:51:43PM -0500, Brad Smith wrote:
> >> LLVM errors out on the i2o code with the following warning..
> >>
> >> ../../../../dev/i2o/iop
On 5 Nov 2013, at 12:40 am, Kenneth R Westerback wrote:
> On Sun, Nov 03, 2013 at 10:51:43PM -0500, Brad Smith wrote:
>> LLVM errors out on the i2o code with the following warning..
>>
>> ../../../../dev/i2o/iop.c:2399:42: error: comparison of unsigned expression
>> < 0 is always false [-Werro
On Sun, Nov 03, 2013 at 10:51:43PM -0500, Brad Smith wrote:
> LLVM errors out on the i2o code with the following warning..
>
> ../../../../dev/i2o/iop.c:2399:42: error: comparison of unsigned expression <
> 0 is always false [-Werror,-Wtautological-compare]
> pt->pt_nbufs < 0 || pt->p
LLVM errors out on the i2o code with the following warning..
../../../../dev/i2o/iop.c:2399:42: error: comparison of unsigned expression < 0
is always false [-Werror,-Wtautological-compare]
pt->pt_nbufs < 0 || pt->pt_replylen < 0 ||
~~~ ^ ~