New Ghostscript/GhostPDL compiler warnings - 2018-12-13-09:45:09 - 218180b6d38a4641807775c032d8774c165a7657
[email protected] Thu, 13 Dec 2018 11:03:40 -0800 (PST)
| Newsgroups | gmane.comp.printing.ghostscript.regression |
|---|---|
| Message-ID | <20181213190340.CFDED2040473@i7> |
Previous Revision: 85bb44261edbf10552a09c839decc669f63a8142 Current Revision: 218180b6d38a4641807775c032d8774c165a7657 commit 218180b6d38a4641807775c032d8774c165a7657 Author: Chris Liddell <[email protected]> AuthorDate: Mon Dec 3 15:06:12 2018 +0000 CommitDate: Thu Dec 13 10:33:58 2018 +0000 Add checks for multiple master validity Validate multiple master fonts at definefont time - this saves checking each item multiple as we pass them into Freetype (or other font scaler library). psi/zfapi.c psi/zfont1.c Ghostscript: new gcc warnings (gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609): ./psi/zfont1.c:96:15: warning: unused variable 'p2' [-Wunused-variable] http://miles.ghostscript.com:8080/artifex/218180b6d38a4641807775c032d8774c165a7657/gs-gcc-warnings.txt new clang warnings (clang version 3.8.0-2ubuntu4 (tags/RELEASE_380/final)): ./psi/zfont1.c:96:15: warning: unused variable 'p2' [-Wunused-variable] ref *p1, *p2; ^ http://miles.ghostscript.com:8080/artifex/218180b6d38a4641807775c032d8774c165a7657/gs-clang-warnings.txt new scan-build warnings: ./psi/zfont1.c:96:15: warning: unused variable 'p2' [-Wunused-variable] ref *p1, *p2; ^ http://miles.ghostscript.com:8080/artifex/218180b6d38a4641807775c032d8774c165a7657/gs/index.html http://miles.ghostscript.com:8080/artifex/218180b6d38a4641807775c032d8774c165a7657/gs-scan-build.txt