svn commit: r200714 - in stable/7/sys: amd64/amd64 i386/i386

Andriy Gapon avg at freebsd.org
Sun Dec 20 10:40:14 UTC 2009


on 19/12/2009 21:19 jhell said the following:
> [FYI]
> Following errors are being generated on stable/7 i386 "Intel" based
> machine. If more information is needed, let me know.
> 
> cc1: warnings being treated as errors
> /usr/src/sys/i386/i386/mca.c: In function 'mca_init':
> /usr/src/sys/i386/i386/mca.c:510: warning: implicit declaration of
> function 'CPUID_TO_FAMILY'
> /usr/src/sys/i386/i386/mca.c:510: warning: nested extern declaration of
> 'CPUID_TO_FAMILY'
> /usr/src/sys/i386/i386/mca.c:511: warning: implicit declaration of
> function 'CPUID_TO_MODEL'
> /usr/src/sys/i386/i386/mca.c:511: warning: nested extern declaration of
> 'CPUID_TO_MODEL'
> *** Error code 1

Thank you for the information!
Unfortunately, I took a shortcut during the MFC of what I thought was an almost
trivial change and didn't realize that I was breaking the build.
Should be fixed with r200742.

-- 
Andriy Gapon


More information about the svn-src-stable mailing list