mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	Silence a compiler warning
This commit is contained in:
		@@ -140,8 +140,7 @@ g_memory_input_stream_class_init (GMemoryInputStreamClass *klass)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
free_chunk (gpointer data, 
 | 
			
		||||
            gpointer user_data)
 | 
			
		||||
free_chunk (gpointer data)
 | 
			
		||||
{
 | 
			
		||||
  Chunk *chunk = data;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user