comment out SourceId parameter name

This commit is contained in:
edgchen1 2025-01-24 13:28:04 -08:00
parent d2dfe35f60
commit 366f150c97

View file

@ -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,