1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(xaw_create_dialog): Initialize icon_name to suppress compiler warnings.

This commit is contained in:
Pavel Janík 2002-01-09 11:01:58 +00:00
parent aaddfb295b
commit ca79970e2a
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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;