sax: -Werror=sign-compare
Change-Id: I2e7d482b29fc5859c32fa1731a5f1fd551509e88
This commit is contained in:
parent
5b1480e33d
commit
ada73e588f
@ -194,7 +194,7 @@ sal_Int32 FastTokenLookup::getTokenFromChars(
|
||||
if( !nLen )
|
||||
nLen = strlen( pToken );
|
||||
|
||||
if ( nLen < mnUtf8BufferSize )
|
||||
if ( static_cast<sal_Int32>(nLen) < mnUtf8BufferSize )
|
||||
{
|
||||
// Get intimiate with the underlying sequence cf. sal/types.h
|
||||
sal_Sequence *pSeq = maUtf8Buffer.get();
|
||||
|
Loading…
x
Reference in New Issue
Block a user