mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 02:46:16 +01:00
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:
parent
c8274a51cd
commit
3887de12a9
@ -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