summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/thread_pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/thread_pool.c b/misc/thread_pool.c
index 217c990c19..e2c7a238dd 100644
--- a/misc/thread_pool.c
+++ b/misc/thread_pool.c
@@ -105,7 +105,7 @@ static void *worker_thread(void *arg)
return NULL;
}
}
- assert(0);
+ MP_UNREACHABLE();
}
pthread_mutex_unlock(&pool->lock);