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:
parent
aaddfb295b
commit
ca79970e2a
@ -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…
Reference in New Issue
Block a user