svn commit: r324163 - in head: cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/lib/libzfs/common cddl/contrib/opensolaris/lib/libzfs_core/common cddl/co...

Ian Lepore ian at freebsd.org
Sun Oct 1 17:11:18 UTC 2017


On Sun, 2017-10-01 at 16:11 +0000, Andriy Gapon wrote:
> Author: avg
> Date: Sun Oct  1 16:11:07 2017
> New Revision: 324163
> URL: https://svnweb.freebsd.org/changeset/base/324163
> 
> Log:
>   MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and
> followups
>   

Powerpc and sparc builds are dying on:

src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/lstrlib.c:870:
warning: comparison is always true due to limited range of data type

"(unsigned char)anything >= 0" is also always true on clang, so I'm not
sure why it doesn't warn too.

-- Ian



More information about the svn-src-head mailing list