coverity#1242878 Unused value
Change-Id: I85bc3fffb2d350a13aeb30c75f0c2d0a7bc5e7a3
This commit is contained in:
parent
e18258411d
commit
edaee2352b
@ -488,7 +488,7 @@ bool SyntaxHighlighter::Tokenizer::getNextToken( const sal_Unicode*& pos, /*out*
|
|||||||
|
|
||||||
// Read all numbers
|
// Read all numbers
|
||||||
while( testCharFlags( *pos, CHAR_IN_OCT_NUMBER ) )
|
while( testCharFlags( *pos, CHAR_IN_OCT_NUMBER ) )
|
||||||
c = *pos++;
|
++pos;
|
||||||
}
|
}
|
||||||
// Hexadecimal?
|
// Hexadecimal?
|
||||||
else if( *pos == 'h' || *pos == 'H' )
|
else if( *pos == 'h' || *pos == 'H' )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user