Fix warnings related to undefined defines and implicit casts
This commit is contained in:
@@ -220,9 +220,6 @@ void bh_cond_free(bh_cond_t *cond)
|
||||
int bh_thread_pool_add(bh_thread_pool_t *pool,
|
||||
bh_task_t *task)
|
||||
{
|
||||
void *iter;
|
||||
bh_task_t *item;
|
||||
|
||||
/* Queue task for execution */
|
||||
bh_mutex_lock(&pool->lock);
|
||||
if (bh_queue_insert(&pool->tasks, task))
|
||||
|
||||
Reference in New Issue
Block a user