mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	gcancellable: Mark assert-only variable as unused
This commit is contained in:
		@@ -664,7 +664,7 @@ cancellable_source_cancelled (GCancellable *cancellable,
 | 
			
		||||
{
 | 
			
		||||
  GSource *source = user_data;
 | 
			
		||||
  GCancellableSource *cancellable_source = (GCancellableSource *) source;
 | 
			
		||||
  gboolean callback_was_not_called;
 | 
			
		||||
  gboolean callback_was_not_called G_GNUC_UNUSED;
 | 
			
		||||
 | 
			
		||||
  g_source_ref (source);
 | 
			
		||||
  g_source_set_ready_time (source, 0);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user