Quellcode durchsuchen

Fixed warning: 'break' will never be executed

Sam Lantinga vor 1 Tag
Ursprung
Commit
72b7fd10b4
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      src/joystick/hidapi/SDL_hidapi_8bitdo.c

+ 0 - 1
src/joystick/hidapi/SDL_hidapi_8bitdo.c

@@ -272,7 +272,6 @@ static Uint64 HIDAPI_Driver8BitDo_GetIMURateForProductID(SDL_HIDAPI_Device *devi
     case USB_PRODUCT_8BITDO_ULTIMATE2_WIRELESS:
     default:
         return 120;
-        break;
     }
 }