X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=libexfat%2Frepair.c;h=615b8d11f3cdf2a82540b9baceb862cdf1d8d457;hb=837be17a102c21865961e7a24380f7caec419642;hp=237ab3ac8242a961571f1d4d036b8ab6fcbc179f;hpb=21b86fc27b40d369e0f44d19426f5127e8a6cbc2;p=sven%2Ffuse-exfat.git diff --git a/libexfat/repair.c b/libexfat/repair.c index 237ab3a..615b8d1 100644 --- a/libexfat/repair.c +++ b/libexfat/repair.c @@ -3,7 +3,7 @@ exFAT file system implementation library. Free exFAT implementation. - Copyright (C) 2010-2018 Andrew Nayenko + Copyright (C) 2010-2023 Andrew Nayenko This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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() */