Re: svn commit: r1482736 - /openoffice/trunk/main/sal/inc/rtl/string.hxx

2013-05-16 Thread Herbert Dürr
On 2013/05/16 1:23 AM, Ariel Constenla-Haile wrote: On Wed, May 15, 2013 at 09:22:51AM -, h...@apache.org wrote: [...] #i122208# avoid signedness warnings in signed-char build environments [...] This breaks on Linux: Sorry about that. Fixed in r1483216. Herbert -

Re: svn commit: r1482736 - /openoffice/trunk/main/sal/inc/rtl/string.hxx

2013-05-15 Thread Pavel Janík
>> -n += 4*n + *(p++); >> +n += 4*n + *static_cast(p++); > > This breaks on Linux: > > Compiling: sal/osl/unx/file.cxx > > In file included from ../../inc/rtl/ustring.hxx:33:0, > from ../../inc/osl/file.hxx:33, > from sal/os

Re: svn commit: r1482736 - /openoffice/trunk/main/sal/inc/rtl/string.hxx

2013-05-15 Thread Ariel Constenla-Haile
On Wed, May 15, 2013 at 09:22:51AM -, h...@apache.org wrote: > Author: hdu > Date: Wed May 15 09:22:51 2013 > New Revision: 1482736 > > URL: http://svn.apache.org/r1482736 > Log: > #i122208# avoid signedness warnings in signed-char build environments > > Modified: > openoffice/trunk/main/