diff options
Diffstat (limited to 'src/cmd/postscript/tr2post/chartab.c')
-rw-r--r-- | src/cmd/postscript/tr2post/chartab.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/postscript/tr2post/chartab.c b/src/cmd/postscript/tr2post/chartab.c index e2e78b70..11d1ae85 100644 --- a/src/cmd/postscript/tr2post/chartab.c +++ b/src/cmd/postscript/tr2post/chartab.c @@ -171,6 +171,8 @@ readpsfontdesc(char *fontname, int trindex) { startchar = RUNEGETCHAR(start); endfont = RUNEGETGROUP(end); endchar = RUNEGETCHAR(end); + USED(startchar); + USED(endchar); pfid = findpfn(psfontnam, 1); if (startfont != endfont) { error(WARNING, "font descriptions must not cross 256 glyph block boundary\n"); |