]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: (ntfs) fix compiler warning [-Wpedantic]
authorKarel Zak <kzak@redhat.com>
Wed, 2 Jan 2019 13:44:59 +0000 (14:44 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 2 Jan 2019 13:47:25 +0000 (14:47 +0100)
commit9b13b5602e16f719934b29d5efbf5a3aacf9832c
tree71e3608c1e10c7ea22aa082058559b8fda8f97aa
parent523de2ec6f41e5cfff31c99393c8d3b1a88a62bf
libblkid: (ntfs) fix compiler warning [-Wpedantic]

libblkid/src/superblocks/ntfs.c:80:2: warning: ISO C restricts enumerator
values to range of 'int' (4294967295 is too large) [-Wpedantic]

Addressed: https://github.com/karelzak/util-linux/pull/732
Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/superblocks/ntfs.c