New Ghostscript/GhostPDL compiler warnings - 2017-12-15-05:15:10 - 3cdca3a2c6cfe74a62797d486ce6c69afd9eacd0

[email protected] Fri, 15 Dec 2017 06:52:53 -0800 (PST)
Newsgroups gmane.comp.printing.ghostscript.regression
Message-ID <20171215145253.631AD20401E7@i7>
Previous Revision: 44d4d979c25eaea76c2d08aceec058f92ee3ed83
 Current Revision: 3cdca3a2c6cfe74a62797d486ce6c69afd9eacd0

commit 3cdca3a2c6cfe74a62797d486ce6c69afd9eacd0
Author:     Ken Sharp <[email protected]>
AuthorDate: Fri Dec 15 13:06:47 2017 +0000
CommitDate: Fri Dec 15 13:06:47 2017 +0000

    pdfimage devices - remove UUID code
    
    The uuid was a holdover from an early incarnation of the code, it
    was dropped later but the code lingered....

devices/gdevpdfimg.c



Ghostscript:

new gcc warnings (gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609): 

./devices/gdevpdfimg.c:626:13: warning: 'writehex' defined but not used [-Wunused-function]

http://miles.ghostscript.com:8080/artifex/3cdca3a2c6cfe74a62797d486ce6c69afd9eacd0/gs-gcc-warnings.txt



new clang warnings (clang version 3.8.0-2ubuntu4 (tags/RELEASE_380/final)): 

./devices/gdevpdfimg.c:626:13: warning: unused function 'writehex' [-Wunused-function]
static void writehex(char **p, ulong v, int l)
            ^


http://miles.ghostscript.com:8080/artifex/3cdca3a2c6cfe74a62797d486ce6c69afd9eacd0/gs-clang-warnings.txt



new scan-build warnings:

./devices/gdevpdfimg.c:626:13: warning: 'writehex' defined but not used [-Wunused-function]
 static void writehex(char **p, ulong v, int l)
             ^


http://miles.ghostscript.com:8080/artifex/3cdca3a2c6cfe74a62797d486ce6c69afd9eacd0/gs/index.html

http://miles.ghostscript.com:8080/artifex/3cdca3a2c6cfe74a62797d486ce6c69afd9eacd0/gs-scan-build.txt




GhostPCL:

new gcc warnings (gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609): 

./devices/gdevpdfimg.c:626:13: warning: 'writehex' defined but not used [-Wunused-function]

http://miles.ghostscript.com:8080/artifex/3cdca3a2c6cfe74a62797d486ce6c69afd9eacd0/pcl-gcc-warnings.txt



new scan-build warnings:

./devices/gdevpdfimg.c:626:13: warning: 'writehex' defined but not used [-Wunused-function]
 static void writehex(char **p, ulong v, int l)
             ^


http://miles.ghostscript.com:8080/artifex/3cdca3a2c6cfe74a62797d486ce6c69afd9eacd0/pcl/index.html

http://miles.ghostscript.com:8080/artifex/3cdca3a2c6cfe74a62797d486ce6c69afd9eacd0/pcl-scan-build.txt