New Ghostscript/GhostPDL compiler warnings - 2018-10-11-13:45:02 - 45450eb49522afc5ed177d93c142d0c049a864e0
[email protected] Thu, 11 Oct 2018 15:01:26 -0700 (PDT)
| Newsgroups | gmane.comp.printing.ghostscript.regression |
|---|---|
| Message-ID | <20181011220126.C0C582040699@i7> |
Previous Revision: 612d81e94ed0249a8e6fd15e33f409207904ecba Current Revision: 45450eb49522afc5ed177d93c142d0c049a864e0 commit 45450eb49522afc5ed177d93c142d0c049a864e0 Author: Robin Watts <[email protected]> AuthorDate: Thu Oct 11 15:21:30 2018 +0100 CommitDate: Thu Oct 11 20:07:29 2018 +0100 Bug 699800: Fix the previous scan converter fix There were cases where we still weren't handling the cursor being on the edge of a pixel correctly, leading to asserts and spurious horizontal lines on images. base/gxscanc.c Ghostscript: new clang warnings (clang version 3.8.0-2ubuntu4 (tags/RELEASE_380/final)): ./base/gxscanc.c:1142:20: warning: unused function 'cursor_init' [-Wunused-function] static inline void cursor_init(cursor * gs_restrict cr, fixed y, fixed x) ^ ./base/gxscanc.c:3030:20: warning: unused function 'cursor_init_tr' [-Wunused-function] static inline void cursor_init_tr(cursor_tr * gs_restrict cr, fixed y, fixed x, int id) ^ http://miles.ghostscript.com:8080/artifex/45450eb49522afc5ed177d93c142d0c049a864e0/gs-clang-warnings.txt