]> git.decadent.org.uk Git - nfs-utils.git/commit
Removed warnings from nfsstat.c
authorSteve Dickson <steved@redhat.com>
Mon, 19 Jul 2010 18:54:51 +0000 (14:54 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 9 Aug 2010 13:57:02 +0000 (09:57 -0400)
commit14becdb7bc23f075f786325f7e953c2f928fe385
tree6fae47b00c68479159bdc42720fc58635f4d3c1d
parentb594ee2b2a1b9c0c5823a7af279488f113f91be4
Removed warnings from nfsstat.c

nfsstat.c: In function 'print_callstats':
nfsstat.c:797: warning: comparison between signed and unsigned integer
expressions
nfsstat.c:801: warning: comparison between signed and unsigned integer
expressions
nfsstat.c:802: warning: comparison between signed and unsigned integer
expressions
nfsstat.c:805: warning: comparison between signed and unsigned integer
expressions

nfsstat.c: In function 'print_callstats_list':
nfsstat.c:821: warning: comparison between signed and unsigned integer
expressions
nfsstat.c:828: warning: comparison between signed and unsigned integer
expressions

nfsstat.c: In function 'unpause':
nfsstat.c:1111: warning: unused parameter 'sig'
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/nfsstat/nfsstat.c