New muPDF compiler warnings - 2017-10-25-09:00:04 - c413f4db6a54846ae85393a87fa1b53b93a966ee
| Newsgroups | gmane.comp.printing.ghostscript.regression |
|---|---|
| Message-ID | <20171025163604.C715E2040833@i7> |
Previous Revision: c7c407b57a6e1aa5b1a11034ec7cb308cf4ad3c4 Current Revision: c413f4db6a54846ae85393a87fa1b53b93a966ee commit c413f4db6a54846ae85393a87fa1b53b93a966ee Author: Robin Watts <[email protected]> AuthorDate: Mon Oct 16 13:44:52 2017 +0100 CommitDate: Tue Oct 24 15:16:36 2017 +0100 Add support for use of proofing profile. This is a first cut to get us to demo-ability. There will likely be a few changes as we do a bit more testing with different scenarios with Gray, RGB, CMYK combos of destination, proof and output intent ICC profiles. include/mupdf/fitz/device.h source/fitz/draw-device.c source/fitz/separation.c source/tools/mudraw.c muPDF: new scan-build warnings: source/fitz/draw-device.c:1645:2: warning: Value stored to 'model' is never read model = state->dest->colorspace; ^ ~~~~~~~~~~~~~~~~~~~~~~~ http://miles.ghostscript.com:8080/artifex/mupdf/c413f4db6a54846ae85393a87fa1b53b93a966ee/mupdf/index.html http://miles.ghostscript.com:8080/artifex/mupdf/c413f4db6a54846ae85393a87fa1b53b93a966ee/mupdf-scan-build.txt new cppcheck warnings (Cppcheck 1.72): source/tools/mudraw.c:1236: error: Memory leak: p http://miles.ghostscript.com:8080/artifex/mupdf/c413f4db6a54846ae85393a87fa1b53b93a966ee/mupdf-cppcheck.txt