From c08c7d6e53a484570b7f0645f45bb2d529547e48 Mon Sep 17 00:00:00 2001 From: arbee Date: Sat, 19 Oct 2019 21:53:43 -0400 Subject: [PATCH] fix Clang compile (nw) --- src/devices/video/snes_ppu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/video/snes_ppu.cpp b/src/devices/video/snes_ppu.cpp index 21ca485adf4..52e1492e483 100644 --- a/src/devices/video/snes_ppu.cpp +++ b/src/devices/video/snes_ppu.cpp @@ -157,7 +157,7 @@ #if SNES_LAYER_DEBUG /* red green blue purple yellow cyan grey white */ -static const uint16_t dbg_mode_colours[8] = { 0x1f, 0x3e0, 0x7c00, 0x7c1f, 0x3ff, 0x7fe0, 0x4210, 0x7fff }; +//static const uint16_t dbg_mode_colours[8] = { 0x1f, 0x3e0, 0x7c00, 0x7c1f, 0x3ff, 0x7fe0, 0x4210, 0x7fff }; #endif /* SNES_LAYER_DEBUG */ static const uint16_t table_obj_offset[8][8] =