Fix warning
authorJuan A. Suarez Romero <jasuarez@igalia.com>
Wed, 9 Jun 2010 08:27:39 +0000 (10:27 +0200)
committerJuan A. Suarez Romero <jasuarez@igalia.com>
Wed, 9 Jun 2010 08:32:36 +0000 (10:32 +0200)
Disable functions defined but not used.

gio/tests/filter-streams.c

index c9b3e18..050a4ea 100644 (file)
@@ -79,6 +79,7 @@ gpointer expected_obj;
 gpointer expected_data;
 gboolean callback_happened;
 
+#if 0
 static void
 in_cb (GObject      *object,
        GAsyncResult *result,
@@ -167,7 +168,6 @@ out_cb (GObject      *object,
   callback_happened = TRUE;
 }
 
-
 static void
 test_output_async (void)
 {
@@ -221,7 +221,7 @@ test_output_async (void)
   g_assert (g_output_stream_is_closed (base));
   g_object_unref (base);
 }
-
+#endif
 
 int
 main (int argc, char **argv)