Skip to content

Commit 3bcf59d

Browse files
ankitm3kjatinwadhwa921
authored andcommitted
minor fix for linux
1 parent 8ca1ac7 commit 3bcf59d

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
@@ -406,7 +406,7 @@ struct OpenVINOProviderFactory : IExecutionProviderFactory {
406406
// This is called during session creation when AppendExecutionProvider_V2 is used.
407407
// This one is called because ParseProviderInfo / ParseConfigOptions, etc. are already
408408
// performed in CreateIExecutionProvider, and so provider_info_ has already been populated.
409-
std::unique_ptr<IExecutionProvider> CreateProvider_V2(const OrtSessionOptions& session_options,
409+
std::unique_ptr<IExecutionProvider> CreateProvider_V2(const OrtSessionOptions& /*session_options*/,
410410
const OrtLogger& session_logger) {
411411
ProviderInfo provider_info = provider_info_;
412412
auto ov_ep = std::make_unique<OpenVINOExecutionProvider>(provider_info, shared_context_);

0 commit comments

Comments
 (0)