OSDN Git Service

Merge branch 'master' of git://github.com/relan/exfat into pie-x86
[android-x86/external-exfat.git] / libexfat / repair.c
index 237ab3a..8e8e962 100644 (file)
@@ -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() */