Fix old_mem_chunk_new() does not match original declaration warning in tests/slice-test.c

tests/slice-test.c:30:17: warning: type of ‘old_mem_chunk_new’ does not match original declaration
This commit is contained in:
Emmanuel Fleury 2021-12-17 15:35:54 +01:00
parent c8274a51cd
commit 3887de12a9

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