Date: Sun, 06 Sep 1998 11:01:23 -0700 From: John Polstra <jdp@polstra.com> To: jonny@jonny.eng.br Cc: current@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern subr_bus.c uipc_socket2.c Message-ID: <199809061801.LAA00223@austin.polstra.com> In-Reply-To: <199809060604.DAA01228@roma.coe.ufrj.br> References: <199809060604.DAA01228@roma.coe.ufrj.br>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <199809060604.DAA01228@roma.coe.ufrj.br>, Joao Carlos Mendes Luis <jonny@jonny.eng.br> wrote: > BTW: How far are we from using -Wall -Werror for the whole source > tree, including kernel ? We should never add -Werror to the standard flags. If somebody compiles without "-O", the compiler generates spurious warnings. These kill the build if -Werror is present. Of course, we should still strive for the goal of "-O -Wall -Werror" working. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth 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?199809061801.LAA00223>