Kaydet (Commit) f9dd399a authored tarafından Pierre-André Jacquod's avatar Pierre-André Jacquod

cppcheck: reduce scope of variabl.e in vcl, cff.cxx

üst ae21e90f
......@@ -595,7 +595,6 @@ void CffSubsetterContext::setCharStringType( int nVal)
void CffSubsetterContext::readDictOp( void)
{
ValType nVal = 0;
int nInt = 0;
const U8 c = *mpReadPtr;
if( c <= 21 ) {
int nOpId = *(mpReadPtr++);
......@@ -613,6 +612,7 @@ void CffSubsetterContext::readDictOp( void)
return;
//TODO: if( nStackIdx > 0)
int nInt = 0;
switch( *pCmdName) {
default: fprintf( stderr, "unsupported DictOp.type=\'%c\'\n", *pCmdName); break;
case 'b': // bool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment