mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 06:27:58 -05:00
sdl_impl, emu_window: Remove clang ignore
Fixed upstream by libsdl-org/SDL@25fc40b0bd
This commit is contained in:
@ -7,15 +7,7 @@
|
||||
#include <string>
|
||||
|
||||
#define SDL_MAIN_HANDLED
|
||||
// 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 <fmt/format.h>
|
||||
#include <glad/glad.h>
|
||||
|
Reference in New Issue
Block a user