mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Fixed warning: 'break' will never be executed
This commit is contained in:
parent
970234d62d
commit
72b7fd10b4
1 changed files with 0 additions and 1 deletions
|
|
@ -272,7 +272,6 @@ static Uint64 HIDAPI_Driver8BitDo_GetIMURateForProductID(SDL_HIDAPI_Device *devi
|
|||
case USB_PRODUCT_8BITDO_ULTIMATE2_WIRELESS:
|
||||
default:
|
||||
return 120;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue