diff options
Diffstat (limited to 'src/fs/paths.cpp')
-rw-r--r-- | src/fs/paths.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/paths.cpp b/src/fs/paths.cpp index a0165fc43..db16d5475 100644 --- a/src/fs/paths.cpp +++ b/src/fs/paths.cpp @@ -55,11 +55,14 @@ #include <pwd.h> #endif // WIN32 +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow") #ifdef ANDROID #ifdef USE_SDL2 #include <SDL_system.h> #endif // USE_SDL2 #endif // ANDROID +#pragma GCC diagnostic pop #include "debug.h" |