Date: Sun, 20 Dec 2009 12:32:43 +0200 From: Andriy Gapon <avg@freebsd.org> To: stable@freebsd.org, amd64@freebsd.org Subject: Re: [releng_7 tinderbox] failure on amd64/amd64 Message-ID: <4B2DFD4B.8000006@freebsd.org> In-Reply-To: <20091219204950.F39471B5078__27076.8647933894$1261255891$gmane$org@freebsd-stable.sentex.ca> References: <20091219204950.F39471B5078__27076.8647933894$1261255891$gmane$org@freebsd-stable.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
on 19/12/2009 22:49 FreeBSD Tinderbox said the following: > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/amd64/amd64/machdep.c > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/amd64/amd64/mca.c > cc1: warnings being treated as errors > /src/sys/amd64/amd64/mca.c: In function 'mca_init': > /src/sys/amd64/amd64/mca.c:510: warning: implicit declaration of function 'CPUID_TO_FAMILY' > /src/sys/amd64/amd64/mca.c:510: warning: nested extern declaration of 'CPUID_TO_FAMILY' > /src/sys/amd64/amd64/mca.c:511: warning: implicit declaration of function 'CPUID_TO_MODEL' > /src/sys/amd64/amd64/mca.c:511: warning: nested extern declaration of 'CPUID_TO_MODEL' My apologies for breaking the build by not being careful enough during MFC. Should be fixed now. -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B2DFD4B.8000006>