mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 03:53:41 +00:00
Fix non-linux builds
This commit is contained in:
parent
56624113ff
commit
3dbfa4dd87
@ -170,7 +170,7 @@ void ExecutorTasks::init(size_t num_threads_, size_t use_threads_, bool profile_
|
||||
}
|
||||
}
|
||||
|
||||
void ExecutorTasks::fill(Queue & queue, Queue & async_queue)
|
||||
void ExecutorTasks::fill(Queue & queue, [[maybe_unused]] Queue & async_queue)
|
||||
{
|
||||
std::lock_guard lock(mutex);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user