Handle fallthrough with attribute(noreturn) for consistancy and compatiblity with older GCC
This commit is contained in:
		
							parent
							
								
									08bfc8bbac
								
							
						
					
					
						commit
						11f86ca4e4
					
				@ -1,3 +1,3 @@
 | 
				
			|||||||
void gui_fatal(const char *fmt, ...);
 | 
					void gui_fatal(const char *fmt, ...) __attribute__((noreturn));
 | 
				
			||||||
void gui_nonfatal(const char *fmt, ...);
 | 
					void gui_nonfatal(const char *fmt, ...);
 | 
				
			||||||
void qfile_gui_fatal(const char *fmt, va_list args);
 | 
					void qfile_gui_fatal(const char *fmt, va_list args) __attribute__((noreturn));
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user