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=b747352475991e7b96183fa1014937efd3e47187;hpb=5151112c14bb7cdc93bcc66901485d94f2ab0c24 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() */