threading/MsgThread: add [[noreturn]] to InternalError()

This commit is contained in:
Max Kellermann 2020-02-21 20:42:48 +01:00
parent 3d44864c79
commit ccfafde17e

View file

@ -144,6 +144,7 @@ public:
* *
* @param msg The message. It will be prefixed with the thread's name. * @param msg The message. It will be prefixed with the thread's name.
*/ */
[[noreturn]]
void InternalError(const char* msg); void InternalError(const char* msg);
#ifdef DEBUG #ifdef DEBUG