svn commit: r287111 - in head: bin/ls bin/ps contrib/libxo contrib/libxo/bin contrib/libxo/doc contrib/libxo/encoder contrib/libxo/encoder/cbor contrib/libxo/encoder/test contrib/libxo/libxo contri...

Bjoern A. Zeeb bz at FreeBSD.org
Mon Aug 24 17:07:09 UTC 2015


> On 24 Aug 2015, at 16:26 , Marcel Moolenaar <marcel at FreeBSD.org> wrote:
> 
> Author: marcel
> Date: Mon Aug 24 16:26:20 2015
> New Revision: 287111
> URL: https://svnweb.freebsd.org/changeset/base/287111
> 
> Log:
>  Upgrade libxo to 0.4.5.
> 
>  Local changes incorporated by 0.4.5: r284340
>  Local changes retained: r276260, r282117
> 
>  Obtained from:	https://github.com/Juniper/libxo


arm* broke with a couple of those:

In file included from /scratch/tmp/bz/head.svn/contrib/libxo/libxo/libxo.c:73:
/scratch/tmp/bz/head.svn/contrib/libxo/libxo/xo_wcwidth.h:76:11: error: comparison of integers of different signs: 'wchar_t' (aka 'unsigned int') and 'const int' [-Werror,-Wsign-compare]
  if (ucs < table[0].first || ucs > table[max].last)
      ~~~ ^ ~~~~~~~~~~~~~~



More information about the svn-src-head mailing list