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_framerate.h | 3 +++ src/sdl2gfx/SDL2_rotozoom.h | 3 +++ 2 files changed, 6 insertions(+) (limited to 'src/sdl2gfx') diff --git a/src/sdl2gfx/SDL2_framerate.h b/src/sdl2gfx/SDL2_framerate.h index 45e153349..d39bd4bb3 100644 --- a/src/sdl2gfx/SDL2_framerate.h +++ b/src/sdl2gfx/SDL2_framerate.h @@ -38,7 +38,10 @@ extern "C" /* --- */ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow") #include +#pragma GCC diagnostic pop /* --------- Definitions */ 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-70-g09d2