]> git.decadent.org.uk Git - nfs-utils.git/commit - utils/mountd/cache.c
mountd: Avoid unnecessary type conversions
authorChuck Lever <chuck.lever@oracle.com>
Tue, 30 Oct 2012 18:44:57 +0000 (14:44 -0400)
committerSteve Dickson <steved@redhat.com>
Tue, 30 Oct 2012 19:30:08 +0000 (15:30 -0400)
commitd8b5dc74c5aa258a937b3b3d74366f997ffd6d7f
tree75a775cf1d3c661cca27fc8327854fbaebdbf5f3
parent15b940351e88da5cb3d68d71887196f89a13e0de
mountd: Avoid unnecessary type conversions

Clean up compiler warnings:

cache.c: In function get_uuid:
cache.c:249:2: warning: conversion to size_t from int may change
  the sign of the result [-Wsign-conversion]

  And the like.

signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mountd/cache.c