From 75f4fa421b994d6e883eebcab55d5a62a84d6c77 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Wed, 4 May 2022 23:52:19 +0200 Subject: hotchili.cpp: fix clang compile --- src/mame/drivers/hotchili.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/hotchili.cpp b/src/mame/drivers/hotchili.cpp index c6dbbd53c14..2818d179e14 100644 --- a/src/mame/drivers/hotchili.cpp +++ b/src/mame/drivers/hotchili.cpp @@ -233,7 +233,7 @@ private: uint8_t m_meters = 0; uint8_t m_frame = 0; - bool m_auxbtt = false; +// bool m_auxbtt = false; }; -- cgit v1.2.3