Kaydet (Commit) 9909bcb8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-tidy clang-analyzer-deadcode.DeadStores

Change-Id: I1588f55b4be2d32dcafae27ac45eb5def1407fa6
üst d446a1ef
...@@ -606,7 +606,7 @@ void CffSubsetterContext::readDictOp() ...@@ -606,7 +606,7 @@ void CffSubsetterContext::readDictOp()
int nSid2 = popInt(); int nSid2 = popInt();
(void)nSid1; // TODO: use (void)nSid1; // TODO: use
(void)nSid2; // TODO: use (void)nSid2; // TODO: use
nVal = popVal(); popVal();
mbCIDFont = true; mbCIDFont = true;
} break; } break;
case 't': // CharstringType case 't': // CharstringType
......
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