Date: Tue, 30 Dec 2003 01:01:30 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.pre.mk Message-ID: <200312300901.hBU91UlJ076385@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2003/12/30 01:01:30 PST FreeBSD src repository Modified files: sys/conf kern.pre.mk Log: Backed out a small part of rev.1.15. -Winline now works better, so there is no need turn it off when compiling with -finstrument-functions. Having -Winline turned off mainly broke checking for bogus inlines in kernels configured with high resolution profiling, e.g., LINT. Not turning it off unbreaks the warnings for bogus inlines in istallion.c, but at least the i386 LINT still builds because istallion.c is compiled without -Werror due to other bugs in it. Revision Changes Path 1.39 +1 -2 src/sys/conf/kern.pre.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312300901.hBU91UlJ076385>