mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 17:11:59 +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 <stdio.h>
|
||||||
#include <stdlib.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);
|
fprintf(stderr, "unreachable %s:%d %s\n", file, line, msg);
|
||||||
CQUERY_BUILTIN_UNREACHABLE;
|
CQUERY_BUILTIN_UNREACHABLE;
|
||||||
abort();
|
abort();
|
||||||
|
Loading…
Reference in New Issue
Block a user