mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 00:48:53 +02:00
Merge branch 'fix_warnings' into 'main'
Fix several cosmetic warnings Closes #2559 See merge request GNOME/glib!2401
This commit is contained in:
@@ -1185,6 +1185,7 @@ g_object_real_dispose (GObject *object)
|
|||||||
g_datalist_id_set_data (&object->qdata, quark_weak_locations, NULL);
|
g_datalist_id_set_data (&object->qdata, quark_weak_locations, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef G_ENABLE_DEBUG
|
||||||
static gboolean
|
static gboolean
|
||||||
floating_check (GObject *object)
|
floating_check (GObject *object)
|
||||||
{
|
{
|
||||||
@@ -1202,6 +1203,7 @@ floating_check (GObject *object)
|
|||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
g_object_finalize (GObject *object)
|
g_object_finalize (GObject *object)
|
||||||
|
@@ -28,7 +28,7 @@ static gboolean want_corruption = FALSE;
|
|||||||
|
|
||||||
/* --- old memchunk prototypes (memchunks.c) --- */
|
/* --- old memchunk prototypes (memchunks.c) --- */
|
||||||
GMemChunk* old_mem_chunk_new (const gchar *name,
|
GMemChunk* old_mem_chunk_new (const gchar *name,
|
||||||
gint atom_size,
|
gulong atom_size,
|
||||||
gulong area_size,
|
gulong area_size,
|
||||||
gint type);
|
gint type);
|
||||||
void old_mem_chunk_destroy (GMemChunk *mem_chunk);
|
void old_mem_chunk_destroy (GMemChunk *mem_chunk);
|
||||||
|
Reference in New Issue
Block a user