all devices regression report - 2018-02-01-02:16:24 - aea7d587749819b7e59d24720efe86b1f8555186
[email protected] Thu, 1 Feb 2018 02:16:24 -0800 (PST)
| Newsgroups | gmane.comp.printing.ghostscript.regression |
|---|---|
| Message-ID | <20180201101624.59A2C204034D@i7> |
Differences in all devices errors using gs/examples files Previous Revision: 865c3a83a449dc2c28f58095183b7493ccd970c4 Current Revision: aea7d587749819b7e59d24720efe86b1f8555186 commit aea7d587749819b7e59d24720efe86b1f8555186 Author: Chris Liddell <[email protected]> AuthorDate: Wed Jan 31 09:34:39 2018 +0000 CommitDate: Thu Feb 1 08:45:29 2018 +0000 Add a TIFF specific CFLAGS and avoid discarded const warning libtiff has a large table initialization with string literals that gcc automatically makes const, but the structure definition for the table does not qualify those entries as const. Hence we get warnings. This adds TIFF_CFLAGS and, with a gcc compatible compiler, sets it to: -Wno-write-strings which kills that warning. Done this way because we want to retain that warning in the Ghostscript code. Makefile.in base/tiff.mak configure.ac new errors: errors that went away: errors that are not whitelisted: === ghostpdl/examples/transparency_example.ps === cp50 ===