changeset 42630:cb6cc5b71c35

(xaw_create_dialog): Initialize icon_name to suppress compiler warnings.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 09 Jan 2002 10:59:54 +0000
parents 180b3f3a8fb8
children a76aa60bef43
files lwlib/lwlib-Xaw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/lwlib-Xaw.c	Wed Jan 09 07:39:15 2002 +0000
+++ b/lwlib/lwlib-Xaw.c	Wed Jan 09 10:59:54 2002 +0000
@@ -395,7 +395,7 @@
   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;