You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
=====
clang on windows reports:
router/src/router/src/windows/service_operations.cc(30,9): warning:
unused type alias 'OptionNames' [-Wunused-local-typedef]
using OptionNames = CmdOption::OptionNames;
Change
======
- use the type alias
RB: 27203
0 commit comments