Re: svn commit: r273861 - head/sbin/mount_nfs

2014-10-31 Thread Edward Tomasz Napierala
On 1030T1847, Sergey Kandaurov wrote:
> On 30 October 2014 17:05, Edward Tomasz Napierala  wrote:
> > Author: trasz
> > Date: Thu Oct 30 14:05:48 2014
> > New Revision: 273861
> > URL: https://svnweb.freebsd.org/changeset/base/273861
> >
> > Log:
> >   Remove two functions unused after r273848.  Would be nice if clang
> >   or at least scan-build yelled about it.
> 
> It does but with WARNS=3, -Wunused-function is disabled.

Ah, right.  Fixed :-)

___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r273861 - head/sbin/mount_nfs

2014-10-30 Thread Sergey Kandaurov
On 30 October 2014 17:05, Edward Tomasz Napierala  wrote:
> Author: trasz
> Date: Thu Oct 30 14:05:48 2014
> New Revision: 273861
> URL: https://svnweb.freebsd.org/changeset/base/273861
>
> Log:
>   Remove two functions unused after r273848.  Would be nice if clang
>   or at least scan-build yelled about it.

It does but with WARNS=3, -Wunused-function is disabled.

-- 
wbr,
pluknet
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"