Merge branch 'fix_warnings' into 'main'

Fix several cosmetic warnings

Closes #2559

See merge request GNOME/glib!2401
This commit is contained in:
Philip Withnall
2021-12-23 12:51:19 +00:00
2 changed files with 3 additions and 1 deletions

View File

@@ -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);