Skip to content

Commit bf04c87

Browse files
author
Pooja Trivedi
committed
Mark 'context' as UNREFERENCED_PARAMETER in
VersionCommand::ExecuteInternal to avoid build issues
1 parent 70b1e83 commit bf04c87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/windows/wslc/commands/VersionCommand.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ std::wstring VersionCommand::LongDescription() const
2828

2929
void VersionCommand::ExecuteInternal(CLIExecutionContext& context) const
3030
{
31+
UNREFERENCED_PARAMETER(context);
3132
wsl::windows::common::wslutil::PrintMessage(std::format(L"{} v{}", s_ExecutableName, WSL_PACKAGE_VERSION));
3233
}
3334
} // namespace wsl::windows::wslc

0 commit comments

Comments
 (0)