mirror of
https://github.com/holub/mame
synced 2025-06-09 06:13:04 +03:00
formats: fixed GCC compile
This commit is contained in:
parent
a79aad0d79
commit
f7ed791122
@ -57,7 +57,7 @@ public:
|
|||||||
virtual dir_t root() override;
|
virtual dir_t root() override;
|
||||||
|
|
||||||
static u32 cs_to_block(u16 ref);
|
static u32 cs_to_block(u16 ref);
|
||||||
static u16 block_to_cs(u32 block);
|
[[maybe_unused]] static u16 block_to_cs(u32 block);
|
||||||
|
|
||||||
bool ref_valid(u16 ref);
|
bool ref_valid(u16 ref);
|
||||||
static std::string read_file_name(const u8 *p);
|
static std::string read_file_name(const u8 *p);
|
||||||
|
@ -52,7 +52,7 @@ private:
|
|||||||
u16 m_base_block;
|
u16 m_base_block;
|
||||||
|
|
||||||
std::pair<fsblk_t::block_t, const u8 *> get_entry_ro(u64 key);
|
std::pair<fsblk_t::block_t, const u8 *> get_entry_ro(u64 key);
|
||||||
std::pair<fsblk_t::block_t, u8 *> get_entry(u64 key);
|
[[maybe_unused]] std::pair<fsblk_t::block_t, u8 *> get_entry(u64 key);
|
||||||
};
|
};
|
||||||
|
|
||||||
class dir : public root_dir {
|
class dir : public root_dir {
|
||||||
|
Loading…
Reference in New Issue
Block a user