Warnings....



A small patch to gnome-games/same-gnome/same-gnome.c to remove a
warning.

Ok to commit?

Cheers
Kjartan
--- same-gnome.c	Tue May  5 18:26:21 1998
+++ same-gnome.c.new	Mon May  4 17:04:56 1998
@@ -674,7 +674,7 @@
 	gnome_message_box_set_default (GNOME_MESSAGE_BOX (box), 0);
 	gnome_message_box_set_modal (GNOME_MESSAGE_BOX (box));
 	gtk_signal_connect (GTK_OBJECT (box), "clicked",
-			    game_maybe_quit, NULL);
+			   (GtkSignalFunc)game_maybe_quit, NULL);
 	gtk_widget_show (box);
 
 	return TRUE;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]