Re: 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 contr

2015-08-24 Thread Marcel Moolenaar

> On Aug 24, 2015, at 10:07 AM, Bjoern A. Zeeb  wrote:
> 
> 
>> On 24 Aug 2015, at 16:26 , Marcel Moolenaar  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)
>  ~~~ ^ ~~

Ugh. Thanks,

--
Marcel Moolenaar
mar...@xcllnt.net





signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: 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 contr

2015-08-24 Thread Bjoern A. Zeeb

> On 24 Aug 2015, at 16:26 , Marcel Moolenaar  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)
  ~~~ ^ ~~

___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"