summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-11-19 11:19:24 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-11-19 11:19:24 -0500
commit2bae6fc51889f1938b05c35bf6965a1826a2d834 (patch)
tree8f4444aba82cc2f853a2a44962c1adaf4615166e /backend
parent6f7bd716e683b36d049ae1133c55997757029c49 (diff)
downloadcups-2bae6fc51889f1938b05c35bf6965a1826a2d834.tar.gz
LGTM only supports C++ style comments...
Diffstat (limited to 'backend')
-rw-r--r--backend/usb-libusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/usb-libusb.c b/backend/usb-libusb.c
index 9740c14d5..393fe65ee 100644
--- a/backend/usb-libusb.c
+++ b/backend/usb-libusb.c
@@ -878,7 +878,7 @@ find_device(usb_cb_t cb, /* I - Callback function */
protocol = 0;
for (altset = 0, altptr = ifaceptr->altsetting;
- altset < (uint8_t)ifaceptr->num_altsetting;
+ altset < ifaceptr->num_altsetting; // lgtm [cpp/comparison-with-wider-type]
altset ++, altptr ++)
{
/*