New muPDF compiler warnings - 2017-10-25-22:00:02 - 3194c4192f65ec3e5bf3e3d2f9bc639e6a776307
| Newsgroups | gmane.comp.printing.ghostscript.regression |
|---|---|
| Message-ID | <20171026053543.A707E20401EB@i7> |
Previous Revision: 7e6a2dda63ce59237723e3a64aba671228bb904c Current Revision: 3194c4192f65ec3e5bf3e3d2f9bc639e6a776307 commit 3194c4192f65ec3e5bf3e3d2f9bc639e6a776307 Author: Robin Watts <[email protected]> AuthorDate: Fri Sep 29 18:22:41 2017 +0100 CommitDate: Tue Oct 24 15:16:37 2017 +0100 Update pixmap with spots conversion to cope with alpha. source/fitz/separation.c muPDF: new gcc warnings (gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609): source/fitz/separation.c:667:23: warning: unused variable 'v' [-Wunused-variable] http://miles.ghostscript.com:8080/artifex/mupdf/3194c4192f65ec3e5bf3e3d2f9bc639e6a776307/mupdf-gcc-warnings.txt new scan-build warnings: source/fitz/separation.c:748:22: warning: The left operand of '<' is a garbage value dd[i] = map[i] < 0 ? 0 : sd[map[i]]; ~~~~~~ ^ http://miles.ghostscript.com:8080/artifex/mupdf/3194c4192f65ec3e5bf3e3d2f9bc639e6a776307/mupdf/index.html http://miles.ghostscript.com:8080/artifex/mupdf/3194c4192f65ec3e5bf3e3d2f9bc639e6a776307/mupdf-scan-build.txt