]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: fix compiler warning [-Wsign-compare]
authorKarel Zak <kzak@redhat.com>
Tue, 25 Feb 2020 11:06:06 +0000 (12:06 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 25 Feb 2020 11:06:06 +0000 (12:06 +0100)
commit81826929ebb74861dc909ae5605f980735c5000c
tree506d51f2d356d18955e10984c781f0e77cf3c46b
parent35c6ed615f6f3ef68d26a6c4b655eeeb9d1f5d9e
libblkid: fix compiler warning [-Wsign-compare]

libblkid/src/superblocks/exfat.c: In function ‘probe_exfat’:
./include/c.h:133:17: warning: comparison of distinct pointer types lacks a cast
libblkid/src/superblocks/exfat.c:129:5: note: in expansion of macro ‘min’
./include/c.h:134:8: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]

Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/superblocks/exfat.c