]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blobdiff - libexfat/repair.c
New upstream version 1.4.0
[sven/fuse-exfat.git] / libexfat / repair.c
index 237ab3ac8242a961571f1d4d036b8ab6fcbc179f..615b8d11f3cdf2a82540b9baceb862cdf1d8d457 100644 (file)
@@ -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() */