gcc 4.8 vs x86 kernels w/o genfb

2014-03-12 Thread John D. Baker
amd64/i386 kernels that omit genfb (NGENFB == 0) fail to build: [...] --- consinit.o --- /x/current/src/sys/arch/x86/x86/consinit.c: In function 'consinit': /x/current/src/sys/arch/x86/x86/consinit.c:150:35: error: variable 'fbinfo' set but not used [-Werror=unused-but-set-variable] const

Re: gcc 4.8 vs x86 kernels w/o genfb

2014-03-12 Thread Martin Husemann
On Wed, Mar 12, 2014 at 07:21:36AM -0500, John D. Baker wrote: amd64/i386 kernels that omit genfb (NGENFB == 0) fail to build: Fixe, thanks! Martin