Hi! On Dec 3, 2012, at 4:18 PM, chengjh wrote:
> I committed some changes to solve the found warnings...Please help to > verify again..And I will have a check to the whole sw module to see whether > any missed warning is still existing.thanks. thanks. The module is almost clean now. I only see: sw/source/filter/ww8/ww8par3.cxx:1125: warning: comparison is always true due to limited range of data type SwNumRule* WW8ListManager::GetNumRule(sal_uInt16 i) { if ( i >= 0 && i < maLSTInfos.size() ) surely i>=0 when it is unsigned. -- Pavel Janík