summaryrefslogtreecommitdiffstats
path: root/src/lib/formats/fs_oric_jasmin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/fs_oric_jasmin.cpp')
-rw-r--r--src/lib/formats/fs_oric_jasmin.cpp2
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);