Subject: CVS commit: src/sys/conf
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/26/2003 19:24:06
Module Name:	src
Committed By:	christos
Date:		Sun Oct 26 19:24:06 UTC 2003

Modified Files:
	src/sys/conf: Makefile.kern.inc

Log Message:
Delete -Wno-uninitialized. Tested on sparc64 and i386. Rationale:
Gcc-3.3 produces valid warnings in most cases and uncovers bugs. In the
cases where a variable is known to be initialized, we initialize it and
add: /* XXX: gcc */. If a $MACHINE_ARCH's compiler is busted, it can add
-Wno-uninitialized in the MD Makefile.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/conf/Makefile.kern.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.