1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-26 14:06:31 -05:00

Merge pull request #3673 from lioncash/extra

CMakeLists: Specify -Wextra on linux builds
This commit is contained in:
bunnei
2020-04-16 21:12:33 -04:00
committed by GitHub
26 changed files with 93 additions and 70 deletions

View File

@@ -603,6 +603,7 @@ public:
if (std::abs(event.jaxis.value / 32767.0) < 0.5) {
break;
}
[[fallthrough]];
case SDL_JOYBUTTONUP:
case SDL_JOYHATMOTION:
return SDLEventToButtonParamPackage(state, event);