Skip to content

Commit 1d8ada8

Browse files
RyanMetcalfeInt8ankitm3k
authored andcommitted
CreateIExecutionProvider: comment out unused devices parameter
1 parent cc98dd8 commit 1d8ada8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/providers/openvino/openvino_provider_factory.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ struct OpenVINO_Provider : Provider {
433433
return std::make_shared<OpenVINOProviderFactory>(pi, SharedContext::Get());
434434
}
435435

436-
Status CreateIExecutionProvider(const OrtHardwareDevice* const* devices,
436+
Status CreateIExecutionProvider(const OrtHardwareDevice* const* /*devices*/,
437437
const OrtKeyValuePairs* const* ep_metadata,
438438
size_t num_devices,
439439
ProviderOptions& provider_options,

0 commit comments

Comments
 (0)