diff options
author | bunnei <bunneidev@gmail.com> | 2021-07-19 20:54:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 20:54:03 -0400 |
commit | ffc78ce9c17554bc72f205d6ea55ef7bc3363b47 (patch) | |
tree | d117cb643addb8d3ffb363951d892fd07278e1c7 /src/input_common/sdl/sdl_impl.h | |
parent | f85bbf3a8f8837ffc2357748034c951a5a744031 (diff) | |
parent | f7859331252646748c00fbda6ad0b8765de5718b (diff) |
Merge pull request #6652 from lat9nq/cmd-vulkan-fixes
yuzu-cmd: Linux Vulkan fixes
Diffstat (limited to 'src/input_common/sdl/sdl_impl.h')
-rw-r--r-- | src/input_common/sdl/sdl_impl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/input_common/sdl/sdl_impl.h b/src/input_common/sdl/sdl_impl.h index b77afcbd8..7a9ad6346 100644 --- a/src/input_common/sdl/sdl_impl.h +++ b/src/input_common/sdl/sdl_impl.h @@ -10,15 +10,7 @@ #include <thread> #include <unordered_map> -// Ignore -Wimplicit-fallthrough due to https://github.com/libsdl-org/SDL/issues/4307 -#ifdef __GNUC__ -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wimplicit-fallthrough" -#endif #include <SDL.h> -#ifdef __GNUC__ -#pragma GCC diagnostic pop -#endif #include "common/common_types.h" #include "common/threadsafe_queue.h" |