mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Silence a warning
This commit is contained in:
		@@ -1,3 +1,7 @@
 | 
			
		||||
2006-04-05  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* tests/tree-test.c: Silence a warning
 | 
			
		||||
 | 
			
		||||
2006-04-04  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* glib/glib.symbols:
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,7 @@
 | 
			
		||||
2006-04-05  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* tests/tree-test.c: Silence a warning
 | 
			
		||||
 | 
			
		||||
2006-04-04  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* glib/glib.symbols:
 | 
			
		||||
 
 | 
			
		||||
@@ -206,7 +206,7 @@ main (int   argc,
 | 
			
		||||
 | 
			
		||||
  g_tree_destroy (tree);
 | 
			
		||||
 | 
			
		||||
  tree = g_tree_new_full (my_compare, NULL, 
 | 
			
		||||
  tree = g_tree_new_full ((GCompareDataFunc)my_compare, NULL, 
 | 
			
		||||
			  my_key_destroy, 
 | 
			
		||||
			  my_value_destroy);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user