Fix compiler warning under Cygwin.

edge.strict_endians
antona 2005-07-18 20:38:33 +00:00
parent a3ac693fca
commit 82fc3cd557
1 changed files with 1 additions and 1 deletions

View File

@ -1478,7 +1478,7 @@ static void ntfs_dump_attr_ea_information(ATTR_RECORD *attr)
printf("\tNEED_EA count:\t\t %u\n",
le16_to_cpu(ea_info->need_ea_count));
printf("\tUnpacked EA length:\t %u\n",
le32_to_cpu(ea_info->ea_query_length));
(unsigned)le32_to_cpu(ea_info->ea_query_length));
}
/**