I got one more:

../hw/usb/host-libusb.c: In function ‘usb_host_open’:
../hw/usb/host-libusb.c:1013:13: warning: declaration of ‘rc’ shadows a 
previous local [-Wshadow=compatible-local]
 1013 |         int rc = ioctl(hostfd, USBDEVFS_GET_SPEED, NULL);
      |             ^~
../hw/usb/host-libusb.c:954:9: note: shadowed declaration is here
  954 |     int rc;
      |         ^~


Reply via email to