diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-12 19:56:35 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-13 10:10:51 +0200 |
commit | 1e61e181694b602ea7308533f6d5dc3c6c4292b8 (patch) | |
tree | 226608e52af45e946119ab1451401ccf8bd5fa3e /reportbuilder | |
parent | 5824c22abf7abc341b669b4e42dddf0d6f4a36ba (diff) |
warning C4245: 'initializing' : conversion from 'int' to 'sal_uLong'...
...signed/unsigned mismatch
In history this was sal_Long and then converted to sal_uLong, but the
test never got aligned.
Fix it by adding arbitrary element counts starting from 30.
old: getCount():
{-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9}
(With -5 silently converted to SAL_MAX_UINT32 - 5)
new: getCount():
{30,31,32,33,34,0,1,2,3,4,5,6,7,8,9}
Change-Id: Ic13678094c7bb4dcd122727f028c910513609cef
Diffstat (limited to 'reportbuilder')
0 files changed, 0 insertions, 0 deletions