mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 12:48:14 -05:00
sdl_impl, emu_window: Remove clang ignore
Fixed upstream by libsdl-org/SDL@25fc40b0bd
This commit is contained in:
@ -21,16 +21,7 @@
|
||||
#include <SDL_config.h>
|
||||
#endif
|
||||
|
||||
// Include these late to avoid polluting everything with Xlib macros
|
||||
// Ignore -Wimplicit-fallthrough due to https://github.com/libsdl-org/SDL/issues/4307
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wimplicit-fallthrough"
|
||||
#endif
|
||||
#include <SDL.h>
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic pop
|
||||
#endif
|
||||
#include <SDL_syswm.h>
|
||||
|
||||
EmuWindow_SDL2_VK::EmuWindow_SDL2_VK(InputCommon::InputSubsystem* input_subsystem)
|
||||
|
Reference in New Issue
Block a user