Kaydet (Commit) 6407a1bd authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708901 Unused pointer value

Change-Id: Idb9be9f594b9ab3d1837c003d4a748f9693f5ceb
üst 96965fb3
......@@ -1151,7 +1151,7 @@ static int parseCompCharData( FileInputStream* fp, FontInfo* fi)
break;
case COMMENT:
case COMPCHAR:
keyword = linetoken(fp);
linetoken(fp);
break;
default:
break;
......
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