Skip to content

Commit 65c17b0

Browse files
committed
fix build warning
1 parent 395e20d commit 65c17b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnxruntime/test/util/default_providers.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ std::unique_ptr<IExecutionProvider> TensorrtExecutionProviderWithOptions(const O
8080
return factory->CreateProvider();
8181
#else
8282
ORT_UNUSED_PARAMETER(params);
83+
ORT_UNUSED_PARAMETER(force_reload_library);
8384
#endif
8485
return nullptr;
8586
}

0 commit comments

Comments
 (0)