Fix a bunch of compiler warnings

This commit is contained in:
Adam Honse
2022-07-17 22:23:12 -05:00
parent be10133bce
commit bba7fa9fd2
40 changed files with 130 additions and 124 deletions

View File

@@ -307,7 +307,7 @@ hid_device* logitech_device::getDevice(uint8_t usage_index)
else
{
return find_usage->second;
}
}
}
uint8_t logitech_device::getFeatureIndex(uint16_t feature_page)