Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/04/2005 12:17:45
Module Name:	src
Committed By:	lukem
Date:		Sat Jun  4 12:17:45 UTC 2005

Modified Files:
	src/share/mk: bsd.sys.mk

Log Message:
Don't add -Wno-uninitialized to CFLAGS if WARNS > 0 and HAVE_GCC != no,
as gcc3 generates much less false positives for -Wuninitalized and I
have found genuine bugs with this warning enabled.
Tested by building a full release of NetBSD/i386.


To generate a diff of this commit:
cvs rdiff -r1.118 -r1.119 src/share/mk/bsd.sys.mk

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