From 6836120a9a0d76e14733d25c73dfde4870e2efe4 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Fri, 17 Apr 2020 11:42:11 -0230 Subject: [PATCH] Fix clang compile warning. --- src/emucore/CartWD.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emucore/CartWD.hxx b/src/emucore/CartWD.hxx index 9623cfa96..20596868e 100644 --- a/src/emucore/CartWD.hxx +++ b/src/emucore/CartWD.hxx @@ -151,7 +151,7 @@ class CartridgeWD : public CartridgeEnhanced bool poke(uInt16 address, uInt8 value) override; private: - bool checkSwitchBank(uInt16, uInt8 = 0) override { return false; }; + bool checkSwitchBank(uInt16, uInt8 = 0) override { return false; } private: // Indicates the cycle at which a bankswitch was initiated