Kaydet (Commit) 8770c1de authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708901 Unused pointer value

Change-Id: Ie12718b9de452ccd5b8031694d6e70792b438d89
üst a1630627
...@@ -1177,7 +1177,7 @@ static int parseCompCharData( FileInputStream* fp, FontInfo* fi) ...@@ -1177,7 +1177,7 @@ static int parseCompCharData( FileInputStream* fp, FontInfo* fi)
switch(recognize(keyword,tokenlen)) switch(recognize(keyword,tokenlen))
{ {
case COMMENT: case COMMENT:
keyword = linetoken(fp); linetoken(fp); /*eat token*/
break; break;
case COMPCHAR: case COMPCHAR:
if (!(ccount < fi->numOfComps)) if (!(ccount < fi->numOfComps))
......
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