New Ghostscript/GhostPDL compiler warnings - 2018-11-26-19:45:02 - 2ceb01328c4270386299ef55dbdc06d1f26d63c8
[email protected] Mon, 26 Nov 2018 21:01:57 -0800 (PST)
| Newsgroups | gmane.comp.printing.ghostscript.regression |
|---|---|
| Message-ID | <20181127050157.2D4F4204384E@i7> |
Previous Revision: 56b4298a22c3253206615bc6fda34f74aaa72800 Current Revision: 2ceb01328c4270386299ef55dbdc06d1f26d63c8 commit 2ceb01328c4270386299ef55dbdc06d1f26d63c8 Author: Michael Vrhel <[email protected]> AuthorDate: Mon Nov 26 15:19:35 2018 -0800 CommitDate: Mon Nov 26 15:19:35 2018 -0800 Remove unneeded check for planar during color conversion base/gsicc_lcms2mt.c Ghostscript: new gcc warnings (gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609): ./base/gsicc_lcms2mt.c:340:9: warning: unused variable 'k' [-Wunused-variable] http://miles.ghostscript.com:8080/artifex/2ceb01328c4270386299ef55dbdc06d1f26d63c8/gs-gcc-warnings.txt new clang warnings (clang version 3.8.0-2ubuntu4 (tags/RELEASE_380/final)): ./base/gsicc_lcms2mt.c:340:9: warning: unused variable 'k' [-Wunused-variable] int k, needed_flags = 0; ^ http://miles.ghostscript.com:8080/artifex/2ceb01328c4270386299ef55dbdc06d1f26d63c8/gs-clang-warnings.txt new scan-build warnings: ./base/gsicc_lcms2mt.c:340:9: warning: unused variable 'k' [-Wunused-variable] int k, needed_flags = 0; ^ http://miles.ghostscript.com:8080/artifex/2ceb01328c4270386299ef55dbdc06d1f26d63c8/gs/index.html http://miles.ghostscript.com:8080/artifex/2ceb01328c4270386299ef55dbdc06d1f26d63c8/gs-scan-build.txt GhostPCL: new gcc warnings (gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609): ./base/gsicc_lcms2mt.c:340:9: warning: unused variable 'k' [-Wunused-variable] http://miles.ghostscript.com:8080/artifex/2ceb01328c4270386299ef55dbdc06d1f26d63c8/pcl-gcc-warnings.txt new scan-build warnings: ./base/gsicc_lcms2mt.c:340:9: warning: unused variable 'k' [-Wunused-variable] int k, needed_flags = 0; ^ http://miles.ghostscript.com:8080/artifex/2ceb01328c4270386299ef55dbdc06d1f26d63c8/pcl/index.html http://miles.ghostscript.com:8080/artifex/2ceb01328c4270386299ef55dbdc06d1f26d63c8/pcl-scan-build.txt