Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 09/09/2006 03:53:19
Module Name:	src
Committed By:	simonb
Date:		Sat Sep  9 03:53:19 UTC 2006

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

Log Message:
Use -Wno-uninitialized for ns32k.  For some reason, gcc on ns32k
doesn't detect initialisation correction in simple "for" loops like:
	for (i = 0; i < 10; i++)
		var = i;


To generate a diff of this commit:
cvs rdiff -r1.134 -r1.135 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.