dtappbuilder: Resolve uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
2c134302c8
commit
93a0b4bc7e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user