dtappbuilder: Resolve uninitialized warnings

This commit is contained in:
Peter Howkins
2021-12-22 01:28:09 +00:00
committed by Jon Trulson
parent 2c134302c8
commit 93a0b4bc7e
10 changed files with 31 additions and 23 deletions

View File

@@ -520,7 +520,7 @@ objxm_comp_set_color_args(
static XtArgVal bgvalue;
static BOOL cgen_args;
AB_TRAVERSAL trav;
Widget widget;
Widget widget = NULL;
Pixel pixel;
ABObj subObj;
int status;