(xaw_create_dialog): Initialize icon_name to suppress compiler warnings.
This commit is contained in:
parent
aaddfb295b
commit
ca79970e2a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-01-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* lwlib-Xaw.c (xaw_create_dialog): Initialize icon_name to
|
||||
suppress compiler warnings.
|
||||
|
||||
2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* lwlib.c (separator_names): Add missing braces around
|
||||
|
|
|
@ -395,7 +395,7 @@ xaw_create_dialog (instance)
|
|||
Widget widget;
|
||||
Boolean pop_up_p = instance->pop_up_p;
|
||||
char *shell_name = 0;
|
||||
char *icon_name;
|
||||
char *icon_name = 0;
|
||||
Boolean text_input_slot = False;
|
||||
Boolean radio_box = False;
|
||||
Boolean list = False;
|
||||
|
|
Loading…
Add table
Reference in a new issue