]> git.decadent.org.uk Git - nfs-utils.git/commit
nfsumount: Squelch compiler warning
authorChuck Lever <chuck.lever@oracle.com>
Mon, 19 Sep 2011 18:10:08 +0000 (14:10 -0400)
committerLuk Claes <luk@debian.org>
Sun, 2 Oct 2011 14:16:47 +0000 (16:16 +0200)
commit915465b9ec98c4f392c84277c367475d0a959c06
treee0b58fcccd127b91b78cec7bafc902b8eac32bb5
parent50939ac76c8ae04dad0eb3e84b7c195aded2f5dd
nfsumount: Squelch compiler warning

nfsumount.c: In function nfs_umount_is_vers4:
nfsumount.c:164: warning: conversion to int from size_t may alter its value
nfsumount.c:173: warning: conversion to ?size_t? from int may change the sign of the result

Introduced by commit 3564ebbf.

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