mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	fix some signed vs unsigned comparisons
This commit is contained in:
		
							parent
							
								
									5f92c152e3
								
							
						
					
					
						commit
						6f61ac9357
					
				
					 10 changed files with 49 additions and 44 deletions
				
			
		| 
						 | 
				
			
			@ -188,7 +188,7 @@ static int node_get_port_ids(struct spa_node *node,
 | 
			
		|||
			     uint32_t n_output_ids)
 | 
			
		||||
{
 | 
			
		||||
	struct node *n = SPA_CONTAINER_OF(node, struct node, node_impl);
 | 
			
		||||
	int i, c;
 | 
			
		||||
	uint32_t i, c;
 | 
			
		||||
 | 
			
		||||
	for (c = i = 0; i < n->n_in_ports && c < n_input_ids; i++) {
 | 
			
		||||
		if (GET_IN_PORT(n, i))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue