]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blobdiff - libexfat/repair.c
New upstream version 1.3.0+git20220115
[sven/fuse-exfat.git] / libexfat / repair.c
index 237ab3ac8242a961571f1d4d036b8ab6fcbc179f..8e8e962830c3202047fabdb6be0d86a0e3193173 100644 (file)
@@ -77,7 +77,7 @@ bool exfat_fix_invalid_vbr_checksum(const struct exfat* ef, void* sector,
        return true;
 }
 
-bool exfat_fix_invalid_node_checksum(const struct exfat* ef,
+bool exfat_fix_invalid_node_checksum(UNUSED const struct exfat* ef,
                struct exfat_node* node)
 {
        /* checksum will be rewritten by exfat_flush_node() */