Skip to content

Commit

Permalink
Fix unused param warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vjpai authored Feb 17, 2021
1 parent 44694e5 commit 1275082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/common/completion_queue_cc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ CompletionQueue* CompletionQueue::CallbackAlternativeCQ() {
}

void CompletionQueue::ReleaseCallbackAlternativeCQ(CompletionQueue* cq) {
(void)cq;
GPR_DEBUG_ASSERT(cq == g_callback_alternative_cq.cq);
g_callback_alternative_cq.Unref();
}
Expand Down

0 comments on commit 1275082

Please sign in to comment.