diff options
Diffstat (limited to 'src/resources/rect')
-rw-r--r-- | src/resources/rect/doublerect.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/rect/doublerect.h b/src/resources/rect/doublerect.h index 3919cc8e4..d3baafa61 100644 --- a/src/resources/rect/doublerect.h +++ b/src/resources/rect/doublerect.h @@ -23,7 +23,10 @@ #include "localconsts.h" +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow") #include <SDL_video.h> +#pragma GCC diagnostic pop struct DoubleRect final { |