Re: New warnings on trunk on OSX

2016-11-13 Thread Stefan Fuhrmann
On 11.11.2016 14:30, Branko Čibej wrote: In case anyone is interested: /Users/brane/src/svn/repos/trunk/subversion/libsvn_fs_x/changes.c:243:29: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] first = MIN(context->next + list_first,

New warnings on trunk on OSX

2016-11-11 Thread Branko Čibej
In case anyone is interested: /Users/brane/src/svn/repos/trunk/subversion/libsvn_fs_x/changes.c:243:29: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] first = MIN(context->next + list_first, list_last); ~ ~~^~~~