mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
hpi_dsk.cpp: Resolve unused variable warnings (nw)
This commit is contained in:
parent
d2b2b497de
commit
1532d2078a
@ -72,6 +72,8 @@ constexpr unsigned HPI_RED_IMAGE_SIZE = HPI_RED_TRACKS * HPI_HEADS * HPI_SECTORS
|
||||
|
||||
hpi_format::hpi_format()
|
||||
{
|
||||
(void)HPI_IMAGE_SIZE;
|
||||
(void)HPI_RED_IMAGE_SIZE;
|
||||
}
|
||||
|
||||
int hpi_format::identify(io_generic *io, uint32_t form_factor)
|
||||
|
Loading…
Reference in New Issue
Block a user