From 0535391a61dd331fbc5983e37adaeff1ac574831 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 5 Nov 2015 15:16:35 +0100 Subject: Silence warning --- source/gfx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/gfx.c b/source/gfx.c index ba077e4..1c3efa1 100644 --- a/source/gfx.c +++ b/source/gfx.c @@ -2565,6 +2565,7 @@ static void DrawBackground(uint32_t BGMode, uint32_t bg, uint8_t Z1, uint8_t Z2) #define RENDER_BACKGROUND_MODE7(TYPE,FUNC) \ uint16_t *ScreenColors = IPPU.ScreenColors; \ + (void)ScreenColors; \ CHECK_SOUND(); \ \ uint8_t *VRAM1 = Memory.VRAM + 1; \ -- cgit v1.2.3