diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-16 20:26:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-16 20:27:56 +0200 |
commit | 494042ef5b104a4b4fd1cf7b4a861df9ba6771a8 (patch) | |
tree | 0ebe2b6d28c61897dd7114d97e3ec7867a7ee669 /vcl/inc/win/saldata.hxx | |
parent | b0bc47d628ceb6d89d22cd2bd5abc5e5c92af4d8 (diff) |
CONTAINER_APPEND is SAL_ULONG, an unsigned long
Fix WaE: implicit conversion from 'unsigned long' to 'sal_uInt32' (aka
'unsigned int') changes value from 18446744073709551615 to 4294967295,
which definitely sounds like an actual bug-inducing error to me, not
"just a warning".
So don't try to use it as default value for a parameter of type
sal_uInt32. Changing the parameter to sal_uLong.
Change-Id: I8ebc7195ba1bf94f4f2d6df7cd7863f779ba3fa6
Diffstat (limited to 'vcl/inc/win/saldata.hxx')
0 files changed, 0 insertions, 0 deletions