Fix non-linux builds

This commit is contained in:
Igor Nikonov 2024-09-27 16:53:20 +00:00
parent 56624113ff
commit 3dbfa4dd87

View File

@ -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); std::lock_guard lock(mutex);