X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=blobdiff_plain;f=libexfat%2Frepair.c;fp=libexfat%2Frepair.c;h=8e8e962830c3202047fabdb6be0d86a0e3193173;hp=237ab3ac8242a961571f1d4d036b8ab6fcbc179f;hb=1e7534bbaa34e6c2a8c9809dfcf6588112cbdee4;hpb=65b0f9fc39c546369f4f0f43f36891f7709b891a diff --git a/libexfat/repair.c b/libexfat/repair.c index 237ab3a..8e8e962 100644 --- a/libexfat/repair.c +++ b/libexfat/repair.c @@ -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() */