bus/cbus/pc9801_86.cpp: Fix clang error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture]

This commit is contained in:
AJR 2024-11-12 09:13:54 -05:00
parent e428b6bd07
commit 28cb15d131

View File

@ -364,6 +364,7 @@ void pc9801_86_device::io_map(address_map &map)
map(0x0c, 0x0c).lrw8(
NAME([this] () {
// TODO: recording mode
(void)this;
return 0;
}),
NAME([this] (u8 data) {