fix warnings

edge.strict_endians
szaka 2005-10-19 22:10:57 +00:00
parent 8f03f5a6ca
commit 24cb1ec6e8
1 changed files with 2 additions and 1 deletions

View File

@ -4284,7 +4284,8 @@ static void mkntfs_create_root_structures(void)
ATTR_RECORD *a;
MFT_RECORD *m;
MFT_REF root_ref, extend_ref;
int i, j, err, mft_total_cluster_size;
int i, j, err;
unsigned mft_total_cluster_size;
u8 *sd;
FILE_ATTR_FLAGS extend_flags;
VOLUME_FLAGS volume_flags = 0;