coverity#708896 Unused pointer value

Change-Id: Id2a4e43c1f32d997ee2656ef2e55a1951ce60f9d
This commit is contained in:
Caolán McNamara 2014-03-06 16:21:45 +00:00
parent a61d15e0c4
commit 2f41b934e5

View File

@ -542,7 +542,7 @@ static int parseGlobals( FileInputStream* fp, GlobalFontInfo* gfi )
/* ignore y-width for now */
break;
case METRICSSETS:
keyword = token(fp,tokenlen);
token(fp,tokenlen); /*eat token*/
break; /* ignore this for now */
case NOPE:
default: