From 0bdd59f3ba48ea2fcf9ed8a0304cdc8f90949027 Mon Sep 17 00:00:00 2001 From: TejalKhade28 Date: Thu, 3 Jul 2025 15:04:51 +0530 Subject: [PATCH] Added to remove MAC CI Warnings --- onnxruntime/test/perftest/performance_runner.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/onnxruntime/test/perftest/performance_runner.cc b/onnxruntime/test/perftest/performance_runner.cc index 8ec9694227c14..24a2bd633b96c 100644 --- a/onnxruntime/test/perftest/performance_runner.cc +++ b/onnxruntime/test/perftest/performance_runner.cc @@ -218,6 +218,7 @@ Status PerformanceRunner::RunParallelDuration() { // Join tpool->Schedule([this, &counter, &m, &cv]() { + ORT_UNUSED_PARAMETER(this); std::unique_lock lock(m); cv.wait(lock, [&counter]() { return counter == 0; }); });