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