(xaw_create_dialog): Initialize icon_name to suppress compiler warnings.
authorPavel Janík <Pavel@Janik.cz>
Wed, 9 Jan 2002 11:01:58 +0000 (11:01 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 9 Jan 2002 11:01:58 +0000 (11:01 +0000)
lwlib/ChangeLog
lwlib/lwlib-Xaw.c

index 9ed9e42..d335861 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * lwlib-Xaw.c (xaw_create_dialog): Initialize icon_name to
+       suppress compiler warnings.
+
 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * lwlib.c (separator_names): Add missing braces around
index 214548d..d080513 100644 (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;