diff options
Diffstat (limited to 'src/utils/sdlsharedhelper.cpp')
-rw-r--r-- | src/utils/sdlsharedhelper.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/sdlsharedhelper.cpp b/src/utils/sdlsharedhelper.cpp index f3c1ace7d..a030c7a61 100644 --- a/src/utils/sdlsharedhelper.cpp +++ b/src/utils/sdlsharedhelper.cpp @@ -27,7 +27,10 @@ #include <ppapi_simple/ps.h> #endif // __native_client__ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow") #include <SDL_events.h> +#pragma GCC diagnostic pop #include "debug.h" |