mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
sys_usbd: silence warning
This commit is contained in:
parent
348fab33a8
commit
c91bc03532
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ void LIBUSB_CALL callback_transfer(struct libusb_transfer* transfer)
|
|||
usbh.transfer_complete(transfer);
|
||||
}
|
||||
|
||||
static void LIBUSB_CALL log_cb(libusb_context *ctx, enum libusb_log_level level, const char *str)
|
||||
static void LIBUSB_CALL log_cb(libusb_context* /*ctx*/, enum libusb_log_level level, const char* str)
|
||||
{
|
||||
if (!str)
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue