New Ghostscript/GhostPDL compiler warnings - 2017-10-25-09:15:06 - f13a659f9700fac0a0f47007c1eaacddd5c7f208
| Newsgroups | gmane.comp.printing.ghostscript.regression |
|---|---|
| Message-ID | <20171025174156.9DC232040833@i7> |
Previous Revision: d9d74def0095641f20b46716c929bc6f88154490 Current Revision: f13a659f9700fac0a0f47007c1eaacddd5c7f208 commit f13a659f9700fac0a0f47007c1eaacddd5c7f208 Author: Ken Sharp <[email protected]> AuthorDate: Wed Oct 25 15:04:28 2017 +0100 CommitDate: Wed Oct 25 15:04:28 2017 +0100 improve commit d9d74def0095641f20b46716c929bc6f88154490 There were a couple of places that returned 0 which, after the goto change, return code. Its just barely possible that code might not be 0, so set it to 0 first. devices/vector/gdevpdte.c Ghostscript: new scan-build warnings: ./devices/vector/gdevpdte.c:729:13: warning: Value stored to 'code' is never read code = gx_path_current_point(penum->path, &origin); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://miles.ghostscript.com:8080/artifex/f13a659f9700fac0a0f47007c1eaacddd5c7f208/gs/index.html http://miles.ghostscript.com:8080/artifex/f13a659f9700fac0a0f47007c1eaacddd5c7f208/gs-scan-build.txt GhostPCL: new scan-build warnings: ./devices/vector/gdevpdte.c:729:13: warning: Value stored to 'code' is never read code = gx_path_current_point(penum->path, &origin); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://miles.ghostscript.com:8080/artifex/f13a659f9700fac0a0f47007c1eaacddd5c7f208/pcl/index.html http://miles.ghostscript.com:8080/artifex/f13a659f9700fac0a0f47007c1eaacddd5c7f208/pcl-scan-build.txt