mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
threading/MsgThread: add [[noreturn]] to InternalError()
This commit is contained in:
parent
3d44864c79
commit
ccfafde17e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue