Re: svn commit: r286281 - head/sys/kern

2015-08-04 Thread Bruce Evans
On Tue, 4 Aug 2015, Ed Schouten wrote: 2015-08-04 10:51 GMT+02:00 Edward Tomasz Napierala : Mark vgonel() as static. It was already declared static earlier; no idea why compilers don't warn about this. That's because according to the standard, those keywords are meant to pile up: static

Re: svn commit: r286281 - head/sys/kern

2015-08-04 Thread Ed Schouten
2015-08-04 10:51 GMT+02:00 Edward Tomasz Napierala : > Mark vgonel() as static. It was already declared static earlier; > no idea why compilers don't warn about this. That's because according to the standard, those keywords are meant to pile up: static void foo(void); _Noreturn void foo(void

svn commit: r286281 - head/sys/kern

2015-08-04 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Aug 4 08:51:56 2015 New Revision: 286281 URL: https://svnweb.freebsd.org/changeset/base/286281 Log: Mark vgonel() as static. It was already declared static earlier; no idea why compilers don't warn about this. MFC after:1 month Sponsored by: The FreeBSD Fou