X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=libexfat%2Frepair.c;h=8e8e962830c3202047fabdb6be0d86a0e3193173;hb=854a87f3eec8e08e13c9e09fc915a69acd46747c;hp=237ab3ac8242a961571f1d4d036b8ab6fcbc179f;hpb=65b0f9fc39c546369f4f0f43f36891f7709b891a;p=sven%2Ffuse-exfat.git 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() */