diff options
author | 2022-04-02 18:09:33 +0200 | |
---|---|---|
committer | 2022-04-02 18:09:33 +0200 | |
commit | f7ed791122955fa2be660d3d43ad9fb5e7b5b22d (patch) | |
tree | d8e9d42eb26b0eb85ebca3ee4cfd1faa057a6484 /src/lib/formats/fs_oric_jasmin.cpp | |
parent | a79aad0d796082af74368e40774d23232c1335af (diff) |
formats: fixed GCC compile
Diffstat (limited to 'src/lib/formats/fs_oric_jasmin.cpp')
-rw-r--r-- | src/lib/formats/fs_oric_jasmin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/fs_oric_jasmin.cpp b/src/lib/formats/fs_oric_jasmin.cpp index 28a5bf89ac3..f51d18ace4e 100644 --- a/src/lib/formats/fs_oric_jasmin.cpp +++ b/src/lib/formats/fs_oric_jasmin.cpp @@ -57,7 +57,7 @@ public: virtual dir_t root() override; 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); static std::string read_file_name(const u8 *p); |