New Ghostscript/GhostPDL compiler warnings - 2017-12-15-13:45:03 - 3dfca86e11ea2143525758325ea0feff06e42a52
[email protected] Fri, 15 Dec 2017 15:04:54 -0800 (PST)
| Newsgroups | gmane.comp.printing.ghostscript.regression |
|---|---|
| Message-ID | <20171215230455.074A620401D9@i7> |
Previous Revision: e0ebcde1ce879cf74fb9d8b53670478d5d03717b Current Revision: 3dfca86e11ea2143525758325ea0feff06e42a52 commit 3dfca86e11ea2143525758325ea0feff06e42a52 Author: Robin Watts <[email protected]> AuthorDate: Thu Dec 14 20:06:37 2017 +0000 CommitDate: Fri Dec 15 18:31:47 2017 +0000 Further optimisations to image_render_color_icc. Split it into 3 routines; portrait, landscape and skew. base/gxicolor.c Ghostscript: new scan-build warnings: ./base/gxicolor.c:1237:9: warning: Value stored to 'run' is never read run = psrc_cm; ^ ~~~~~~~ http://miles.ghostscript.com:8080/artifex/3dfca86e11ea2143525758325ea0feff06e42a52/gs/index.html http://miles.ghostscript.com:8080/artifex/3dfca86e11ea2143525758325ea0feff06e42a52/gs-scan-build.txt GhostPCL: new scan-build warnings: ./base/gxicolor.c:1237:9: warning: Value stored to 'run' is never read run = psrc_cm; ^ ~~~~~~~ http://miles.ghostscript.com:8080/artifex/3dfca86e11ea2143525758325ea0feff06e42a52/pcl/index.html http://miles.ghostscript.com:8080/artifex/3dfca86e11ea2143525758325ea0feff06e42a52/pcl-scan-build.txt