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/gui/fonts/font.h | 3 +++ src/gui/fonts/textchunk.h | 3 +++ 2 files changed, 6 insertions(+) (limited to 'src/gui/fonts') diff --git a/src/gui/fonts/font.h b/src/gui/fonts/font.h index 71661b494..053167158 100644 --- a/src/gui/fonts/font.h +++ b/src/gui/fonts/font.h @@ -69,7 +69,10 @@ #include "gui/fonts/textchunklist.h" +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow") #include +#pragma GCC diagnostic pop #include "localconsts.h" diff --git a/src/gui/fonts/textchunk.h b/src/gui/fonts/textchunk.h index 7d0a9b2e4..2fe8c7adc 100644 --- a/src/gui/fonts/textchunk.h +++ b/src/gui/fonts/textchunk.h @@ -28,7 +28,10 @@ #include +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow") #include +#pragma GCC diagnostic pop #include "localconsts.h" -- cgit v1.2.3-70-g09d2