diff options
| author | 2023-05-06 23:10:09 -0400 | |
|---|---|---|
| committer | 2023-05-06 23:10:09 -0400 | |
| commit | 27ff00acb1b38b6ac279cce2451c1c06ea9af5b1 (patch) | |
| tree | ed37001e5ec773299f039f1561e091911705f9e7 /src/yuzu_cmd | |
| parent | Merge pull request #10165 from merryhime/update-dynarmic (diff) | |
| parent | yuzu-sdl,audio_core: Remove antiquated warning ignore (diff) | |
| download | yuzu-27ff00acb1b38b6ac279cce2451c1c06ea9af5b1.tar.gz yuzu-27ff00acb1b38b6ac279cce2451c1c06ea9af5b1.tar.xz yuzu-27ff00acb1b38b6ac279cce2451c1c06ea9af5b1.zip | |
Merge pull request #10162 from lat9nq/sdl-remove-old
yuzu-sdl,audio_core: Remove antiquated warning ignore
Diffstat (limited to 'src/yuzu_cmd')
| -rw-r--r-- | src/yuzu_cmd/config.cpp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index 605280949..352e6a4c7 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp | |||
| @@ -4,18 +4,8 @@ | |||
| 4 | #include <memory> | 4 | #include <memory> |
| 5 | #include <optional> | 5 | #include <optional> |
| 6 | #include <sstream> | 6 | #include <sstream> |
| 7 | |||
| 8 | // Ignore -Wimplicit-fallthrough due to https://github.com/libsdl-org/SDL/issues/4307 | ||
| 9 | #ifdef __clang__ | ||
| 10 | #pragma clang diagnostic push | ||
| 11 | #pragma clang diagnostic ignored "-Wimplicit-fallthrough" | ||
| 12 | #endif | ||
| 13 | #include <SDL.h> | ||
| 14 | #ifdef __clang__ | ||
| 15 | #pragma clang diagnostic pop | ||
| 16 | #endif | ||
| 17 | |||
| 18 | #include <INIReader.h> | 7 | #include <INIReader.h> |
| 8 | #include <SDL.h> | ||
| 19 | #include "common/fs/file.h" | 9 | #include "common/fs/file.h" |
| 20 | #include "common/fs/fs.h" | 10 | #include "common/fs/fs.h" |
| 21 | #include "common/fs/path_util.h" | 11 | #include "common/fs/path_util.h" |