mirror of
				https://github.com/MaskRay/ccls.git
				synced 2025-11-03 22:04:24 +00:00 
			
		
		
		
	Revert "[[noreturn]] on cquery_unreachable_internal"
This reverts commit 5db4314a5e3b3010bc5883e8d775e396164d7d85.
This commit is contained in:
		
							parent
							
								
									d1fdf231c8
								
							
						
					
					
						commit
						ab508bb12e
					
				@ -3,7 +3,7 @@
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
 | 
			
		||||
[[noreturn]] void cquery_unreachable_internal(const char* msg, const char* file, int line) {
 | 
			
		||||
void cquery_unreachable_internal(const char* msg, const char* file, int line) {
 | 
			
		||||
  fprintf(stderr, "unreachable %s:%d %s\n", file, line, msg);
 | 
			
		||||
  CQUERY_BUILTIN_UNREACHABLE;
 | 
			
		||||
  abort();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user