• Thomas Arnhold's avatar
    warning C4245: 'initializing' : conversion from 'int' to 'sal_uLong'... · 1e61e181
    Thomas Arnhold yazdı
    ...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
    1e61e181
Adı
Son kayıt (commit)
Son güncelleme
..
data Loading commit data...
exportdata Loading commit data...
Test-BigPtrArray.cxx Loading commit data...
filters-test.cxx Loading commit data...
layout-test.cxx Loading commit data...
macros-test.cxx Loading commit data...
performance-jobfile Loading commit data...
uwriter.cxx Loading commit data...