mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
comment out SourceId parameter name
This commit is contained in:
parent
d2dfe35f60
commit
366f150c97
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ QNNExecutionProvider::QNNExecutionProvider(const ProviderOptions& provider_optio
|
|||
// Register callback for ETW capture state (rundown)
|
||||
callback_ETWSink_provider_ = onnxruntime::logging::EtwRegistrationManager::EtwInternalCallback(
|
||||
[&etwRegistrationManager, this](
|
||||
LPCGUID SourceId,
|
||||
LPCGUID /* SourceId */,
|
||||
ULONG IsEnabled,
|
||||
UCHAR Level,
|
||||
ULONGLONG MatchAnyKeyword,
|
||||
|
|
|
|||
Loading…
Reference in a new issue