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
-
>> -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
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/