Skip to content

Commit

Permalink
fix unused variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed Nov 27, 2023
1 parent b84fda4 commit 7830828
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ namespace hpx::lcos::local::detail {
// Return false if no more threads are waiting (returns true if queue
// is non-empty).
bool condition_variable::notify_one(std::unique_lock<mutex_type>& lock,
threads::thread_priority priority, bool unlock, error_code& ec)
threads::thread_priority /* priority */, bool unlock, error_code& ec)
{
// Caller failing to hold lock 'lock' before calling function
#if defined(HPX_MSVC)
Expand Down

0 comments on commit 7830828

Please sign in to comment.