mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-13 07:13:35 +00:00
tests: Fix unreachable code warnings (#14993)
This commit is contained in:
@@ -1069,7 +1069,6 @@ static const char *GetBindingInstruction(void)
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
break;
|
||||
case SDL_GAMEPAD_BUTTON_BACK:
|
||||
return "Press the left center button (Back/View/Share)";
|
||||
case SDL_GAMEPAD_BUTTON_GUIDE:
|
||||
|
||||
Reference in New Issue
Block a user