aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-06 14:48:47 +0000
committerChristian Grothoff <christian@grothoff.org>2016-05-06 14:48:47 +0000
commit21d480b50ae7b2f9bfb86def5972bb5721ab4acf (patch)
treebf87cdfe17a632b13ddcfab76dff8ec44fd5990d /src/conversation/gnunet-conversation-gtk.c
parent407940eab281ad623c1d5263d8aaf2d4032fa27d (diff)
downloadgnunet-gtk-21d480b50ae7b2f9bfb86def5972bb5721ab4acf.tar.gz
gnunet-gtk-21d480b50ae7b2f9bfb86def5972bb5721ab4acf.zip
fixing compiler warnings
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.c')
-rw-r--r--src/conversation/gnunet-conversation-gtk.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.c b/src/conversation/gnunet-conversation-gtk.c
index c091f7fb..aca58d30 100644
--- a/src/conversation/gnunet-conversation-gtk.c
+++ b/src/conversation/gnunet-conversation-gtk.c
@@ -119,11 +119,9 @@ GCG_get_configuration ()
119 * Task run on shutdown. 119 * Task run on shutdown.
120 * 120 *
121 * @param cls unused 121 * @param cls unused
122 * @param tc scheduler context, unused
123 */ 122 */
124static void 123static void
125shutdown_task (void *cls, 124shutdown_task (void *cls)
126 const struct GNUNET_SCHEDULER_TaskContext *tc)
127{ 125{
128 GCG_EGOS_shutdown (); 126 GCG_EGOS_shutdown ();
129 GCG_ZONES_shutdown (); 127 GCG_ZONES_shutdown ();
@@ -155,11 +153,9 @@ gnunet_conversation_gtk_quit_cb (GObject *object,
155 * is initialized. Initializes up GTK and Glade. 153 * is initialized. Initializes up GTK and Glade.
156 * 154 *
157 * @param cls NULL 155 * @param cls NULL
158 * @param tc schedule context
159 */ 156 */
160static void 157static void
161run (void *cls, 158run (void *cls)
162 const struct GNUNET_SCHEDULER_TaskContext *tc)
163{ 159{
164 GtkWidget *main_window; 160 GtkWidget *main_window;
165 161