X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fparse_dev.c;h=d64b83d2ed84621e38d228b23080232bcc223915;hp=c0a8e18ecece9fae0900c9b9a92cd819521a2adf;hb=12544486ef2de86e4f2dfc920cd2860fb81658d1;hpb=1d61a1116198714f50b081daecc663625124403d diff --git a/utils/mount/parse_dev.c b/utils/mount/parse_dev.c index c0a8e18..d64b83d 100644 --- a/utils/mount/parse_dev.c +++ b/utils/mount/parse_dev.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 021110-1307, USA. + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA * */ @@ -183,8 +183,9 @@ static int nfs_parse_square_bracket(const char *dev, * with the mount request and failing with a cryptic error message * later. */ -static int nfs_parse_nfs_url(const char *dev, - char **hostname, char **pathname) +static int nfs_parse_nfs_url(__attribute__((unused)) const char *dev, + __attribute__((unused)) char **hostname, + __attribute__((unused)) char **pathname) { nfs_error(_("%s: NFS URLs are not supported"), progname); return 0;