Fix comparison of integers of different signs
authorAngelo G. Del Regno <kholk11@gmail.com>
Sun, 4 Jun 2017 09:02:07 +0000 (11:02 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 5 Jun 2017 15:25:14 +0000 (11:25 -0400)
commitb2aaaaf40cdbc887d50cc0b504e25e199fcb3b13
tree49aae082b82201fa99d5e8d280af60c5fab402f0
parentf13526ed66d76bb36dc8a145d803f4913d772a2c
Fix comparison of integers of different signs

Some variables of different size and sign were getting compared
without any safe casting.
The build system also throws warnings at this and, being this
library used for filesystems, it's really important to ensure
stability.
lib/fuse.c
lib/fuse_lowlevel.c