From 74dfa461f428642ff93287ad5045432297954461 Mon Sep 17 00:00:00 2001 From: Wei Mao Date: Wed, 30 Mar 2022 09:43:50 -0700 Subject: [usb/usbview] Comparison between i of type UCHAR and SublinkSpeedAttrCount of wider type ULONG. (line 2730) --- usb/usbview/display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/usbview/display.c b/usb/usbview/display.c index f27d32c9..f0b4ce66 100644 --- a/usb/usbview/display.c +++ b/usb/usbview/display.c @@ -2671,7 +2671,7 @@ DisplaySuperSpeedPlusCapabilityDescriptor ( PUSB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR sspCapDesc ) { - UCHAR i; + ULONG i; AppendTextBuffer("\r\n ===>SuperSpeed USB Device Capability Descriptor<===\r\n"); -- cgit v1.3.1