]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 9ed9e4246e5a42f42553d29ae3d242cc3f51f5f1..d33586160d69daea41bd48e5199630b6f40944b5 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 214548da97e6bc5284f571dba441a475d2b8c4cf..d08051376f0643b15093f6d5136a26867e97f292 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;