Changeset db8626d in mainline for uspace/srv/fs/exfat/exfat_fat.c


Ignore:
Timestamp:
2017-05-04T22:21:47Z (8 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9abe2e5
Parents:
31a30fa
Message:

suppress compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_fat.c

    r31a30fa rdb8626d  
    193193        uint32_t clusters;
    194194        uint32_t max_clusters;
    195         exfat_cluster_t c;
     195        exfat_cluster_t c = EXFAT_CLST_FIRST;
    196196        int rc;
    197197
Note: See TracChangeset for help on using the changeset viewer.