summaryrefslogtreecommitdiff
path: root/source/pdf
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-09-16 17:04:08 +0100
committerRobin Watts <robin.watts@artifex.com>2016-09-16 17:29:04 +0100
commit28b71d67a22414330a10275937ef9f6d5ad6bb49 (patch)
tree0696f90b25475593e3bb92e4ddaeeb8174026e92 /source/pdf
parent5ab4dc1dece8ae037a045da709860601d9f71fa2 (diff)
downloadmupdf-28b71d67a22414330a10275937ef9f6d5ad6bb49.tar.xz
Silence some warnings.
Diffstat (limited to 'source/pdf')
-rw-r--r--source/pdf/pdf-xref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pdf/pdf-xref.c b/source/pdf/pdf-xref.c
index 2d6bc1e0..9c09ca98 100644
--- a/source/pdf/pdf-xref.c
+++ b/source/pdf/pdf-xref.c
@@ -2603,7 +2603,7 @@ pdf_load_hint_object(fz_context *ctx, pdf_document *doc)
tok = pdf_lex(ctx, doc->file, buf);
if (tok != PDF_TOK_INT)
break;
- gen = buf->i;
+ /* Ignore gen = buf->i */
tok = pdf_lex(ctx, doc->file, buf);
if (tok != PDF_TOK_OBJ)
break;