summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-Xaw.c
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-01-09 11:01:58 +0000
committerPavel Janík <Pavel@Janik.cz>2002-01-09 11:01:58 +0000
commitca79970e2a61d54ed5bb1b0c576bedeaa438e686 (patch)
tree4f11698149410ebee0e80a1606a7340e05a48807 /lwlib/lwlib-Xaw.c
parentaaddfb295b1838696f1b6c57451c801ce8a7bdd4 (diff)
downloademacs-ca79970e2a61d54ed5bb1b0c576bedeaa438e686.tar.gz
(xaw_create_dialog): Initialize icon_name to suppress compiler warnings.
Diffstat (limited to 'lwlib/lwlib-Xaw.c')
-rw-r--r--lwlib/lwlib-Xaw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c
index 214548da97e..d08051376f0 100644
--- a/lwlib/lwlib-Xaw.c
+++ b/lwlib/lwlib-Xaw.c
@@ -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;