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/utils/buildhex.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/utils/buildhex.h') diff --git a/src/utils/buildhex.h b/src/utils/buildhex.h index ac9773070..cf9ab4591 100644 --- a/src/utils/buildhex.h +++ b/src/utils/buildhex.h @@ -23,9 +23,12 @@ #include "localconsts.h" +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow") #ifndef SDL_BIG_ENDIAN #include #endif // SDL_BYTEORDER +#pragma GCC diagnostic pop #if SDL_BYTEORDER == SDL_BIG_ENDIAN #define buildHex(a, b, c, d) \ -- cgit v1.2.3-70-g09d2