all devices regression report - 2018-02-01-03:30:56 - b272292d9294e88e32d177d8b5e916f8bfaeb78b
[email protected] Thu, 1 Feb 2018 03:30:57 -0800 (PST)
| Newsgroups | gmane.comp.printing.ghostscript.regression |
|---|---|
| Message-ID | <20180201113057.250A52040374@i7> |
Differences in all devices errors using gs/examples files Previous Revision: aea7d587749819b7e59d24720efe86b1f8555186 Current Revision: b272292d9294e88e32d177d8b5e916f8bfaeb78b commit b272292d9294e88e32d177d8b5e916f8bfaeb78b Author: Chris Liddell <[email protected]> AuthorDate: Wed Jan 31 10:22:34 2018 +0000 CommitDate: Thu Feb 1 08:45:29 2018 +0000 Add a zlib specific CFLAGS and avoid discarded const warning zlib has a 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 ZLIB_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/zlib.mak configure.ac new errors: errors that went away: errors that are not whitelisted: === ghostpdl/examples/transparency_example.ps === cp50 ===