Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2017 17:05:29 +0300
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r320483 - head/sbin/nvmecontrol
Message-ID:  <20170630140529.GV1935@kib.kiev.ua>
In-Reply-To: <201706292315.v5TNFTOp060309@repo.freebsd.org>
References:  <201706292315.v5TNFTOp060309@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 29, 2017 at 11:15:29PM +0000, Warner Losh wrote:
> Author: imp
> Date: Thu Jun 29 23:15:28 2017
> New Revision: 320483
> URL: https://svnweb.freebsd.org/changeset/base/320483
> 
> Log:
>   Improve wdc error log pulling.

i386 buildworld fails with
/scratch/tmp/kib/src/sbin/nvmecontrol/wdc.c:141:14: error: comparison of integer
s of different signs: 'ssize_t' (aka 'int') and 'uint32_t' (aka 'unsigned int')
[-Werror,-Wsign-compare]
                        if (resid > len)
                            ~~~~~ ^ ~~~
1 error generated.
--- wdc.o ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170630140529.GV1935>