Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/powerpc/conf



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.




Home | Main Index | Thread Index | Old Index