]> 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>
Fri, 4 Jan 2019 10:48:51 +0000 (11:48 +0100)
commitbb5575146aa2e1c0093ab84330c9512d68897743
tree66f481c5ab8c139959f0fc4229dc3f1ac9b574a8
parent1da3226ff111257ff9af4031081684be36c60fe7
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