diff options
Diffstat (limited to 'src/utils/sdl2helper.h')
-rw-r--r-- | src/utils/sdl2helper.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/sdl2helper.h b/src/utils/sdl2helper.h index 1d809a781..70d3ffa90 100644 --- a/src/utils/sdl2helper.h +++ b/src/utils/sdl2helper.h @@ -26,10 +26,10 @@ #include "localconsts.h" -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wshadow") +PRAGMA48(GCC diagnostic push) +PRAGMA48(GCC diagnostic ignored "-Wshadow") #include <SDL_thread.h> -#pragma GCC diagnostic pop +PRAGMA48(GCC diagnostic pop) struct SDL_Surface; struct SDL_SysWMinfo; |