mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
Fix warning
Disable functions defined but not used.
This commit is contained in:
@@ -79,6 +79,7 @@ gpointer expected_obj;
|
|||||||
gpointer expected_data;
|
gpointer expected_data;
|
||||||
gboolean callback_happened;
|
gboolean callback_happened;
|
||||||
|
|
||||||
|
#if 0
|
||||||
static void
|
static void
|
||||||
in_cb (GObject *object,
|
in_cb (GObject *object,
|
||||||
GAsyncResult *result,
|
GAsyncResult *result,
|
||||||
@@ -167,7 +168,6 @@ out_cb (GObject *object,
|
|||||||
callback_happened = TRUE;
|
callback_happened = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
test_output_async (void)
|
test_output_async (void)
|
||||||
{
|
{
|
||||||
@@ -221,7 +221,7 @@ test_output_async (void)
|
|||||||
g_assert (g_output_stream_is_closed (base));
|
g_assert (g_output_stream_is_closed (base));
|
||||||
g_object_unref (base);
|
g_object_unref (base);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char **argv)
|
main (int argc, char **argv)
|
||||||
|
Reference in New Issue
Block a user