New Ghostscript/GhostPDL compiler warnings - 2018-05-18-11:45:02 - 48e4565e967eae091b97a9037e77016d8d99f3ce

[email protected] Fri, 18 May 2018 13:00:37 -0700 (PDT)
Newsgroups gmane.comp.printing.ghostscript.regression
Message-ID <20180518200037.C7DD3204061F@i7>
Previous Revision: 891ea7d2813edaa3c7c874a4053afdda128e8a10
 Current Revision: 48e4565e967eae091b97a9037e77016d8d99f3ce

commit 48e4565e967eae091b97a9037e77016d8d99f3ce
Author:     Chris Liddell <[email protected]>
AuthorDate: Thu May 17 14:30:40 2018 +0100
CommitDate: Fri May 18 13:17:15 2018 +0100

    Bug 699329: add display device to default Unix build.
    
    Previously it was only included in the .so build (it doesn't really make sense
    in a monolithic exe build). But since we now have a "supported" static library
    build, it makes sense to include it.

configure.ac



Ghostscript:

new scan-build warnings:

./devices/gdevdsp.c:1142:15: warning: Assigned value is garbage or undefined
        color <<= (ARCH_SIZEOF_COLOR_INDEX * 8 - ncomp * bpc);
              ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


http://miles.ghostscript.com:8080/artifex/48e4565e967eae091b97a9037e77016d8d99f3ce/gs/index.html

http://miles.ghostscript.com:8080/artifex/48e4565e967eae091b97a9037e77016d8d99f3ce/gs-scan-build.txt




GhostPCL:

new scan-build warnings:

./devices/gdevdsp.c:1142:15: warning: Assigned value is garbage or undefined
        color <<= (ARCH_SIZEOF_COLOR_INDEX * 8 - ncomp * bpc);
              ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


http://miles.ghostscript.com:8080/artifex/48e4565e967eae091b97a9037e77016d8d99f3ce/pcl/index.html

http://miles.ghostscript.com:8080/artifex/48e4565e967eae091b97a9037e77016d8d99f3ce/pcl-scan-build.txt