summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/filesystem-app.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/filesystem-app.c')
-rw-r--r--firmware/target/hosted/filesystem-app.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/hosted/filesystem-app.c b/firmware/target/hosted/filesystem-app.c
index f0b3a662b2..9c2ff8c99b 100644
--- a/firmware/target/hosted/filesystem-app.c
+++ b/firmware/target/hosted/filesystem-app.c
@@ -584,6 +584,7 @@ int os_volume_path(IF_MV(int volume, ) char *buffer, size_t bufsize)
char volname[VOL_MAX_LEN + 1];
get_volume_name(volume, volname);
#else
+ IF_MV((void)volume;)
const char *volname = "/";
#endif