Skip to content

Commit 3238a90

Browse files
sfatimarTejalKhade28ankitm3k
authored
Added to remove MAC CI Warnings (#726)
Co-authored-by: TejalKhade28 <tejal.khade@intel.com> Co-authored-by: Ankit Maheshkar <ankit.maheshkar@intel.com>
1 parent e2ec2b3 commit 3238a90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnxruntime/test/perftest/performance_runner.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ Status PerformanceRunner::RunParallelDuration() {
218218

219219
// Join
220220
tpool->Schedule([this, &counter, &m, &cv]() {
221+
ORT_UNUSED_PARAMETER(this);
221222
std::unique_lock<std::mutex> lock(m);
222223
cv.wait(lock, [&counter]() { return counter == 0; });
223224
});

0 commit comments

Comments
 (0)