mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Use __unused rather than rolling our own.
This commit is contained in:
		@@ -51,7 +51,7 @@ const struct cmd_entry cmd_lock_client_entry = {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum cmd_retval
 | 
			
		||||
cmd_lock_server_exec(struct cmd *self, unused struct cmd_q *cmdq)
 | 
			
		||||
cmd_lock_server_exec(struct cmd *self, __unused struct cmd_q *cmdq)
 | 
			
		||||
{
 | 
			
		||||
	struct args	*args = self->args;
 | 
			
		||||
	struct client	*c;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user