LWIP - removed __unused where inappropriate
This commit is contained in:
		
							parent
							
								
									aff45df1af
								
							
						
					
					
						commit
						5582aae6d6
					
				@ -225,9 +225,9 @@ static void udp_op_read(struct socket * sock, message * m)
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int udp_op_send(__unused struct socket * sock,
 | 
			
		||||
			__unused struct pbuf * pbuf,
 | 
			
		||||
			__unused message * m)
 | 
			
		||||
static int udp_op_send(struct socket * sock,
 | 
			
		||||
			struct pbuf * pbuf,
 | 
			
		||||
			message * m)
 | 
			
		||||
{
 | 
			
		||||
	int err;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user