diff --git a/src/threading/MsgThread.h b/src/threading/MsgThread.h index b920410e73..8436ce74d9 100644 --- a/src/threading/MsgThread.h +++ b/src/threading/MsgThread.h @@ -144,6 +144,7 @@ public: * * @param msg The message. It will be prefixed with the thread's name. */ + [[noreturn]] void InternalError(const char* msg); #ifdef DEBUG