mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Add __unused, will be needed shortly.
This commit is contained in:
		
							
								
								
									
										3
									
								
								compat.h
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								compat.h
									
									
									
									
									
								
							@@ -21,6 +21,9 @@
 | 
				
			|||||||
#define __attribute__(a)
 | 
					#define __attribute__(a)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifndef __unused
 | 
				
			||||||
 | 
					#define __unused __attribute__ ((__unused__))
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
#ifndef __dead
 | 
					#ifndef __dead
 | 
				
			||||||
#define __dead __attribute__ ((__noreturn__))
 | 
					#define __dead __attribute__ ((__noreturn__))
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user