:: commit a48036141fdf3443dc1d9c43a856076c4250cb5b

mintsuki <mintsuki@protonmail.com> — 2022-11-29 16:05

parents: ba5aca6fd8

fs: Fix unused variable warning introduced in ba5aca6f

diff --git a/common/fs/file.s2.c b/common/fs/file.s2.c
index 8516ed9d..43e2ce5b 100644
--- a/common/fs/file.s2.c
+++ b/common/fs/file.s2.c
@@ -21,6 +21,7 @@ char *fs_get_label(struct volume *part) {
 }
 
 bool fs_get_guid(struct guid *guid, struct volume *part) {
+    (void)guid; (void)part;
     return false;
 }
 
tab: 248 wrap: offon