Subject: CVS commit: src/sys/arch/powerpc/conf
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/02/2005 10:22:20
Module Name:	src
Committed By:	he
Date:		Thu Jun  2 10:22:20 UTC 2005

Modified Files:
	src/sys/arch/powerpc/conf: Makefile.powerpc files.powerpc

Log Message:
Put a band-aid over the cast qualification warnings for oea/pmap.c.
It cannot be compiled with -Wno-cast-qual due to a volatile pointer
being passed to memset(), and there's no easy way other than open-
coding memset() to fix this.  So instead we cheat for now and add
-Wno-cast-qual to CFLAGS for this file.  To be documented in doc/HACKS.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/arch/powerpc/conf/Makefile.powerpc
cvs rdiff -r1.58 -r1.59 src/sys/arch/powerpc/conf/files.powerpc

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