From: Chuck Lever Date: Thu, 28 Oct 2010 17:09:38 +0000 (-0400) Subject: mount: Fix compiler warning in nfs_parse_retry_option() X-Git-Tag: nfs-utils-1-2-4-rc2~4 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=1f237ac72e6f563908b350e11fd2bb866c003028;hp=1f237ac72e6f563908b350e11fd2bb866c003028 mount: Fix compiler warning in nfs_parse_retry_option() stropts.c: In function nfs_parse_retry_option: stropts.c:131: warning: conversion to unsigned int from long int may alter its value Make it more clear what the second argument is for, and flag the switch fallthrough case. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---