Date: Mon, 25 Feb 2002 17:46:24 -0800 From: Peter Wemm <peter@wemm.org> To: current@freebsd.org Subject: HEADS UP: cvs commit: src/sys/conf kern.pre.mk (fwd) Message-ID: <20020226014624.8D6A03BAC@overcee.wemm.org>
next in thread | raw e-mail | index | archive | help
There are a couple of offending files in the kernel still, and some drivers. The things people are most likely to run into are: usb, inet6, and some drivers (twe, asr etc). Yes, you will almost certainly need 'make -DNO_WERROR' for the short term. But do take a look, there is some low hanging fruit there. ------- Forwarded Message Date: Mon, 25 Feb 2002 14:04:33 -0800 From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.pre.mk peter 2002/02/25 14:04:33 PST Modified files: sys/conf kern.pre.mk Log: Turn on -Werror by default. This is is easily turned off, by either: - fix the warnings, they are there for a reason! - add -DNO_ERROR to your make(1) command. - add 'makeoptions NO_WERROR=true' to your kernel config. - add 'nowerror' to conf/files* that have warnings that should be fixed due to tracking 3rd party vendor code. - add 'nowerror' to conf/files* where the warning is false due to a compiler bug and fixing it with brute force would be too expensive. There are some very sloppy warnings in our kernel build, come on folks! 'make release' uses -DNO_WERROR intentionally. Revision Changes Path 1.8 +5 -5 src/sys/conf/kern.pre.mk ------- End of Forwarded Message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020226014624.8D6A03BAC>