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