New Ghostscript/GhostPDL compiler warnings - 2018-08-14-13:15:13 - 1fe06b350370a51d1bcccde37f8daf13af803d3c

[email protected] Tue, 14 Aug 2018 14:38:20 -0700 (PDT)
Newsgroups gmane.comp.printing.ghostscript.regression
Message-ID <20180814213820.5ABB72040511@i7>
Previous Revision: df188f54f3e3eed5f12b921440ac7d29970aba35
 Current Revision: 1fe06b350370a51d1bcccde37f8daf13af803d3c

commit 1fe06b350370a51d1bcccde37f8daf13af803d3c
Author:     Nancy Durgin <[email protected]>
AuthorDate: Tue Aug 14 10:01:08 2018 -0700
CommitDate: Tue Aug 14 10:01:08 2018 -0700

    Change the debugging in epo to use the gs_debug stuff
    
    I am using 3 flags -- epo-details, epo-install-only, epo-disable.
    
    Can also call "epo_disable(1)" during a gdb session to turn on/off
    during the session.

base/gdbflags.h
base/gdevepo.c



Ghostscript:

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

./base/gdevepo.c:214:1: warning: no previous prototype for 'epo_disable' [-Wmissing-prototypes]

http://miles.ghostscript.com:8080/artifex/1fe06b350370a51d1bcccde37f8daf13af803d3c/gs-gcc-warnings.txt



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

./base/gdevepo.c:214:1: warning: no previous prototype for function 'epo_disable' [-Wmissing-prototypes]
epo_disable(int flag)
^


http://miles.ghostscript.com:8080/artifex/1fe06b350370a51d1bcccde37f8daf13af803d3c/gs-clang-warnings.txt



new scan-build warnings:

./base/gdevepo.c:214:1: warning: no previous prototype for 'epo_disable' [-Wmissing-prototypes]
 epo_disable(int flag)
 ^


http://miles.ghostscript.com:8080/artifex/1fe06b350370a51d1bcccde37f8daf13af803d3c/gs/index.html

http://miles.ghostscript.com:8080/artifex/1fe06b350370a51d1bcccde37f8daf13af803d3c/gs-scan-build.txt




GhostPCL:

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

./base/gdevepo.c:214:1: warning: no previous prototype for 'epo_disable' [-Wmissing-prototypes]

http://miles.ghostscript.com:8080/artifex/1fe06b350370a51d1bcccde37f8daf13af803d3c/pcl-gcc-warnings.txt



new scan-build warnings:

./base/gdevepo.c:214:1: warning: no previous prototype for 'epo_disable' [-Wmissing-prototypes]
 epo_disable(int flag)
 ^


http://miles.ghostscript.com:8080/artifex/1fe06b350370a51d1bcccde37f8daf13af803d3c/pcl/index.html

http://miles.ghostscript.com:8080/artifex/1fe06b350370a51d1bcccde37f8daf13af803d3c/pcl-scan-build.txt