New Ghostscript/GhostPDL compiler warnings - 2019-04-18-13:30:04 - d86210973df93ccca0befd56afba2132da925ebc
[email protected] Thu, 18 Apr 2019 17:29:48 -0700 (PDT)
| Newsgroups | gmane.comp.printing.ghostscript.regression |
|---|---|
| Message-ID | <20190419002948.AEF5620401DB@i7> |
Previous Revision: a3be0c9d86981313d8724f6c29f2feaa07152976 Current Revision: d86210973df93ccca0befd56afba2132da925ebc commit d86210973df93ccca0befd56afba2132da925ebc Author: Chris Liddell <[email protected]> AuthorDate: Thu Apr 18 16:58:41 2019 +0100 CommitDate: Thu Apr 18 17:05:27 2019 +0100 Bug 700986: Remove the crazy md5 file copying nonsense To preserve building as a standalone test exe, we avoided using Ghostscript includes in the md5 source and header files, but dynamically add them to copies of the files during the build. Since we no longer need/care for the stand alone exe, remove the build complication, and just include the header file normally. base/gsmd5.h base/lib.mak base/md5main.c doc/Develop.htm windows/ghostscript.vcproj windows/ghostscript_rt.vcxproj Ghostscript: new scan-build warnings: ./base/gsmd5.c:145:26: warning: Value stored to 'X' during its initialization is never read const gs_md5_word_t *X = xbuf; ^ ~~~~ http://miles.ghostscript.com:8080/artifex/d86210973df93ccca0befd56afba2132da925ebc/gs/index.html http://miles.ghostscript.com:8080/artifex/d86210973df93ccca0befd56afba2132da925ebc/gs-scan-build.txt GhostPCL: new scan-build warnings: ./base/gsmd5.c:145:26: warning: Value stored to 'X' during its initialization is never read const gs_md5_word_t *X = xbuf; ^ ~~~~ http://miles.ghostscript.com:8080/artifex/d86210973df93ccca0befd56afba2132da925ebc/pcl/index.html http://miles.ghostscript.com:8080/artifex/d86210973df93ccca0befd56afba2132da925ebc/pcl-scan-build.txt