mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 04:15:49 +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) --- */
|
/* --- 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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user