svn commit: r320483 - head/sbin/nvmecontrol

Konstantin Belousov kostikbel at gmail.com
Fri Jun 30 14:05:35 UTC 2017


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 ---



More information about the svn-src-head mailing list