Resolve many build warnings
authorUlrich Wilkens <mail@uwilkens.de>
Tue, 23 Sep 2014 21:16:35 +0000 (23:16 +0200)
committerJon Trulson <jon@radscan.com>
Tue, 23 Sep 2014 23:57:50 +0000 (17:57 -0600)
commit42e891d9e7e550d222b7a70d9c45b2da4555037f
treede420341c092247c0d7d0e635fffbbe3f9886ada
parent2bf29e5d63297d62f0e4b5c4271955586a6caa92
Resolve many build warnings

This patch fixes many warnings from the beginning of the build up to
and including the depend stage. Nearly all warnings should be gone
even with -Wall.
125 files changed:
cde/.gitignore
cde/Makefile
cde/config/cf/Imake.rules
cde/config/cf/OpenBSD.cf
cde/config/cf/cde.tmpl
cde/config/imake/ccimake.c
cde/config/imake/imake.c
cde/config/makedepend/cppsetup.c
cde/config/makedepend/def.h
cde/config/makedepend/ifparser.c
cde/config/makedepend/include.c
cde/config/makedepend/main.c
cde/config/makedepend/parse.c
cde/config/makedepend/pr.c
cde/config/util/makestrs.c
cde/lib/DtTerm/Imakefile
cde/lib/DtTerm/util/lineToData.c
cde/lib/csa/Imakefile
cde/lib/tt/lib/Imakefile
cde/programs/dtappbuilder/src/ab/Imakefile
cde/programs/dtappbuilder/src/abmf/make_file.c
cde/programs/dtappbuilder/src/libAButil/util.c
cde/programs/dtappbuilder/src/libAButil/util.h
cde/programs/dtappbuilder/src/libAButil/util_convert.c
cde/programs/dtcm/server/Imakefile
cde/programs/dthelp/parser/canon1/build/build.c
cde/programs/dthelp/parser/canon1/build/buildutl.c
cde/programs/dthelp/parser/canon1/build/eltree.c
cde/programs/dthelp/parser/canon1/build/fsa.c
cde/programs/dthelp/parser/canon1/build/out.c
cde/programs/dthelp/parser/canon1/build/param.c
cde/programs/dthelp/parser/canon1/build/proto.h
cde/programs/dthelp/parser/canon1/build/scan.c
cde/programs/dthelp/parser/canon1/build/sref.c
cde/programs/dthelp/parser/canon1/eltdef/context.dat
cde/programs/dthelp/parser/canon1/eltdef/eltdef.c
cde/programs/dthelp/parser/canon1/eltdef/eltutil.c
cde/programs/dthelp/parser/canon1/eltdef/entity.c
cde/programs/dthelp/parser/canon1/eltdef/proto.h
cde/programs/dthelp/parser/canon1/eltdef/scan.c
cde/programs/dthelp/parser/canon1/util/basic.h
cde/programs/dthelp/parser/canon1/util/chartype.h
cde/programs/dthelp/parser/canon1/util/conutil.c
cde/programs/dthelp/parser/canon1/util/entout.c
cde/programs/dthelp/parser/canon1/util/error.c
cde/programs/dthelp/parser/canon1/util/fclndir.c
cde/programs/dthelp/parser/canon1/util/malloc.c
cde/programs/dthelp/parser/canon1/util/scanutil.c
cde/programs/dthelp/parser/canon1/util/trie.c
cde/programs/dthelp/parser/canon1/util/triecnt.c
cde/programs/dthelp/parser/canon1/util/triedump.c
cde/programs/dthelp/parser/canon1/util/wchar.c
cde/programs/dthelp/parser/pass1/build/build.c
cde/programs/dthelp/parser/pass1/build/buildutl.c
cde/programs/dthelp/parser/pass1/build/eltree.c
cde/programs/dthelp/parser/pass1/build/fsa.c
cde/programs/dthelp/parser/pass1/build/out.c
cde/programs/dthelp/parser/pass1/build/param.c
cde/programs/dthelp/parser/pass1/build/proto.h
cde/programs/dthelp/parser/pass1/build/scan.c
cde/programs/dthelp/parser/pass1/build/sref.c
cde/programs/dthelp/parser/pass1/eltdef/context.dat
cde/programs/dthelp/parser/pass1/eltdef/eltdef.c
cde/programs/dthelp/parser/pass1/eltdef/eltutil.c
cde/programs/dthelp/parser/pass1/eltdef/entity.c
cde/programs/dthelp/parser/pass1/eltdef/scan.c
cde/programs/dthelp/parser/pass1/util/basic.h
cde/programs/dthelp/parser/pass1/util/chartype.h
cde/programs/dthelp/parser/pass1/util/conutil.c
cde/programs/dthelp/parser/pass1/util/entout.c
cde/programs/dthelp/parser/pass1/util/fclndir.c
cde/programs/dthelp/parser/pass1/util/malloc.c
cde/programs/dthelp/parser/pass1/util/scanutil.c
cde/programs/dthelp/parser/pass1/util/trie.c
cde/programs/dthelp/parser/pass1/util/triecnt.c
cde/programs/dthelp/parser/pass1/util/triedump.c
cde/programs/dthelp/parser/pass1/util/wchar.c
cde/programs/dthelp/parser/pass2/build/build.c
cde/programs/dthelp/parser/pass2/build/buildutl.c
cde/programs/dthelp/parser/pass2/build/eltree.c
cde/programs/dthelp/parser/pass2/build/fsa.c
cde/programs/dthelp/parser/pass2/build/out.c
cde/programs/dthelp/parser/pass2/build/param.c
cde/programs/dthelp/parser/pass2/build/proto.h
cde/programs/dthelp/parser/pass2/build/scan.c
cde/programs/dthelp/parser/pass2/build/sref.c
cde/programs/dthelp/parser/pass2/eltdef/context.dat
cde/programs/dthelp/parser/pass2/eltdef/eltdef.c
cde/programs/dthelp/parser/pass2/eltdef/eltutil.c
cde/programs/dthelp/parser/pass2/eltdef/entity.c
cde/programs/dthelp/parser/pass2/eltdef/proto.h
cde/programs/dthelp/parser/pass2/eltdef/scan.c
cde/programs/dthelp/parser/pass2/util/basic.h
cde/programs/dthelp/parser/pass2/util/chartype.h
cde/programs/dthelp/parser/pass2/util/cont.h
cde/programs/dthelp/parser/pass2/util/context.c
cde/programs/dthelp/parser/pass2/util/conutil.c
cde/programs/dthelp/parser/pass2/util/entout.c
cde/programs/dthelp/parser/pass2/util/error.c
cde/programs/dthelp/parser/pass2/util/fclndir.c
cde/programs/dthelp/parser/pass2/util/malloc.c
cde/programs/dthelp/parser/pass2/util/scanutil.c
cde/programs/dthelp/parser/pass2/util/trie.c
cde/programs/dthelp/parser/pass2/util/triecnt.c
cde/programs/dthelp/parser/pass2/util/triedump.c
cde/programs/dthelp/parser/pass2/util/wchar.c
cde/programs/dtinfo/DtMmdb/Imakefile
cde/programs/dtinfo/DtMmdb/btree_berkeley/bt_split.c
cde/programs/dtinfo/DtMmdb/btree_berkeley/mpool.c
cde/programs/dtinfo/DtMmdb/btree_berkeley/mpool.h
cde/programs/dtinfo/DtMmdb/dynhash/data_t.C
cde/programs/dtinfo/dtinfo/src/Agents/IcccmAgent.C
cde/programs/dtinfo/dtinfo/src/Agents/NodeWindowAgentMotif.C
cde/programs/dtinfo/dtinfo/src/Managers/TtIpcMgr.C
cde/programs/dtinfo/dtinfo/src/cgm/Imakefile
cde/programs/dtinfo/dtinfogen/infolib/etc/GraphicsTask.C
cde/programs/dtinfo/mmdb/Imakefile
cde/programs/dtinfo/tools/misc/dfiles.c
cde/programs/dtinfo/tools/misc/msgsets.C
cde/programs/dtinfo/tools/misc/pmaker.c
cde/programs/dtksh/MakeClean
cde/programs/localized/templates/header2.tmpl
cde/programs/localized/templates/msg.C.tmpl
cde/programs/nsgmls/Imakefile
cde/programs/ttsnoop/Imakefile