diff options
Diffstat (limited to 'src/utils/physfsrwops.h')
-rw-r--r-- | src/utils/physfsrwops.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/utils/physfsrwops.h b/src/utils/physfsrwops.h index b72c5969d..6917afc5d 100644 --- a/src/utils/physfsrwops.h +++ b/src/utils/physfsrwops.h @@ -27,17 +27,6 @@ #include "localconsts.h" -#ifdef USE_SDL2 -PRAGMA45(GCC diagnostic push) -PRAGMA45(GCC diagnostic ignored "-Wswitch-default") -#endif // USE_SDL2 -#include <SDL_stdinc.h> -#if !defined(_SDL_stdinc_h) && !defined(SDL_stdinc_h_) && !defined(SDL_stdinc_h) -#error need include SDL_stdinc.h -#endif // !defined(_SDL_stdinc_h) && !defined(SDL_stdinc_h_) -#ifdef USE_SDL2 -PRAGMA45(GCC diagnostic pop) -#endif // USE_SDL2 #include <SDL_rwops.h> #include "utils/physfstools.h" |