From 132ee3146d10b6e6a860bfd7e03b5a8667f2a44b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 20 Jun 2017 01:02:22 +0300 Subject: Prevent Wshadow varnings in SDL code. --- src/sdl2gfx/SDL2_rotozoom.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sdl2gfx/SDL2_rotozoom.h') diff --git a/src/sdl2gfx/SDL2_rotozoom.h b/src/sdl2gfx/SDL2_rotozoom.h index 9a64d2a92..14cd90162 100644 --- a/src/sdl2gfx/SDL2_rotozoom.h +++ b/src/sdl2gfx/SDL2_rotozoom.h @@ -42,7 +42,10 @@ extern "C" #define M_PI 3.1415926535897932384626433832795 #endif +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow") #include +#pragma GCC diagnostic pop /* ---- Defines */ -- cgit v1.2.3-60-g2f50