mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Use __unused rather than rolling our own.
This commit is contained in:
		@@ -42,7 +42,7 @@ screen_write_start(struct screen_write_ctx *ctx, struct window_pane *wp,
 | 
			
		||||
 | 
			
		||||
/* Finish writing. */
 | 
			
		||||
void
 | 
			
		||||
screen_write_stop(unused struct screen_write_ctx *ctx)
 | 
			
		||||
screen_write_stop(__unused struct screen_write_ctx *ctx)
 | 
			
		||||
{
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user