mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platforms
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 15 Feb 2018 12:46:34 +0000 (13:46 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 15 Feb 2018 12:46:34 +0000 (13:46 +0100)
commit7398892ac0592999397532ba168376edd402438c
treec487cbbb0fe75bce23db81bdf808cf8ecb98b70e
parenta48eadbc22d3892481826e0b7dc4c7a5d2baad5c
mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platforms

"warning: large integer implicitly truncated to unsigned type [-Woverflow]"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/mkfs_ext2.c
util-linux/mkfs_vfat.c