Changeset db8626d in mainline for uspace/srv/fs/fat/fat_fat.c


Ignore:
Timestamp:
2017-05-04T22:21:47Z (7 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/fat/fat_fat.c

    r31a30fa rdb8626d  
    748748{
    749749        unsigned fatno;
    750         fat_cluster_t nextc, clst_bad = FAT_CLST_BAD(bs);
     750        fat_cluster_t nextc = 0;
     751        fat_cluster_t clst_bad = FAT_CLST_BAD(bs);
    751752        int rc;
    752753
Note: See TracChangeset for help on using the changeset viewer.