diff options
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index cea4d45f6..843e694da 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -320,7 +320,10 @@ PRAGMA45(GCC diagnostic push) PRAGMA45(GCC diagnostic ignored "-Wswitch-default") #endif // USE_SDL2 +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow") #include <SDL_version.h> +#pragma GCC diagnostic pop #ifdef USE_SDL2 PRAGMA45(GCC diagnostic pop) #endif // USE_SDL2 |