Re: CVS commit: src

2015-12-06 Thread Ryo ONODERA
Hi, This breaks the kernel build as follows. /usr/src/sys/dev/clockctl.c:155:1: error: no previous prototype for 'clockctl_init' [-Werror=missing-prototypes] clockctl_init(void) ^ cc1: all warnings being treated as errors *** [clockctl.o] Error code 1 Lacking like this? Index: sys/sys/clock

Re: CVS commit: src

2015-12-06 Thread Paul Goyette
On Mon, 7 Dec 2015, Ryo ONODERA wrote: Hi, This breaks the kernel build as follows. /usr/src/sys/dev/clockctl.c:155:1: error: no previous prototype for 'clockctl_init' [-Werror=missing-prototypes] clockctl_init(void) ^ cc1: all warnings being treated as errors *** [clockctl.o] Error code 1

Re: CVS commit: src

2015-12-06 Thread Paul Goyette
I just committed this. Thanks for letting me know. On Mon, 7 Dec 2015, Paul Goyette wrote: On Mon, 7 Dec 2015, Ryo ONODERA wrote: Hi, This breaks the kernel build as follows. /usr/src/sys/dev/clockctl.c:155:1: error: no previous prototype for 'clockctl_init' [-Werror=missing-prototypes]