mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[build] Fix Gradle compile_commands.json and clang-tidy warnings (#5977)
This commit is contained in:
@@ -609,6 +609,7 @@ void KeyboardJoystick::EditKey(const char* label, int* key) {
|
||||
void KeyboardJoystick::SettingsDisplay() {
|
||||
if (s_keyEdit) {
|
||||
ImGuiIO& io = ImGui::GetIO();
|
||||
// NOLINTNEXTLINE(bugprone-sizeof-expression)
|
||||
for (int i = 0; i < IM_ARRAYSIZE(io.KeysDown); ++i) {
|
||||
if (io.KeysDown[i]) {
|
||||
// remove all other uses
|
||||
|
||||
Reference in New Issue
Block a user