mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[Analyzers][CPP]Turn on warning 4389 (#22082)
This commit is contained in:
@@ -783,7 +783,7 @@ bool Shortcut::IsKeyboardStateClearExceptShortcut(KeyboardManagerInput::InputInt
|
||||
}
|
||||
}
|
||||
// If any other key is pressed check if it is the action key
|
||||
else if (keyVal != actionKey)
|
||||
else if (keyVal != static_cast<int>(actionKey))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user