]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/lascar-el-usb/api.c
windows: Fix various compiler warnings.
[libsigrok.git] / src / hardware / lascar-el-usb / api.c
index 14273ce3d4fcfcb32fc7b391ef060ec0b0acb4e0..4d9ae81dfb4aa4fddab39c83eb16aa9386c22544 100644 (file)
@@ -252,7 +252,7 @@ static int config_list(uint32_t key, GVariant **data, const struct sr_dev_inst *
        return SR_OK;
 }
 
-static void mark_xfer(struct libusb_transfer *xfer)
+static void LIBUSB_CALL mark_xfer(struct libusb_transfer *xfer)
 {
 
        if (xfer->status == LIBUSB_TRANSFER_COMPLETED)