dtappbuilder/dtcodegen: Fix up some warnings, remove use of sys_errlist[].
authorJon Trulson <jon@radscan.com>
Sat, 20 Sep 2014 22:39:57 +0000 (16:39 -0600)
committerJon Trulson <jon@radscan.com>
Sat, 20 Sep 2014 22:47:11 +0000 (16:47 -0600)
commitbf399748adb5599f4dec35d856681a5ca10e58bd
tree2050caf2e78a3134ae93b5f9a00356dac21329cb
parentba0f3a250d1768d3aef3e1ff48712a02ad468e05
dtappbuilder/dtcodegen: Fix up some warnings, remove use of sys_errlist[].

Removed all the cases of sys_errlist[], no one should be using that
today.  Also, correct code generation so that declarations like
'Widget w = NULL; Pixmap p = NULL;' etc, aren't produced, which is
wrong.  Use '0', not NULL for these.

This should also correct the 2 mis-definitions of Pixmap that commit
6a9327f2ab0bb09a681b86a45cf4a7bf9e9c28d4 attempted to fix in ttsnoop.

dtappbuilder still needs a lot of work.
cde/programs/dtappbuilder/src/ab/palette_stubs.c
cde/programs/dtappbuilder/src/ab/proj.c
cde/programs/dtappbuilder/src/ab/projP_utils.c
cde/programs/dtappbuilder/src/ab/proj_utils.c
cde/programs/dtappbuilder/src/ab/x_util.c
cde/programs/dtappbuilder/src/abmf/lib_func_strings.c
cde/programs/dtappbuilder/src/abmf/proj_c_file.c
cde/programs/dtappbuilder/src/libABil/bil_loadfile.c
cde/programs/dtappbuilder/src/libAButil/abio.c