fix compiler warnings in hw/xfree86/xf4bpp/ppcGC.c

This commit is contained in:
Greg Kroah-Hartman 2006-06-19 11:38:52 -07:00
parent 4d258f3196
commit b20ae5ddb7

View File

@ -97,8 +97,8 @@ SOFTWARE.
*/ */
static GCFuncs vgaGCFuncs = { static GCFuncs vgaGCFuncs = {
xf4bppValidateGC, xf4bppValidateGC,
(void (*)())NoopDDA, (void (*)(GCPtr, unsigned long))NoopDDA,
(void (*)())NoopDDA, (void (*)(GCPtr, unsigned long, GCPtr))NoopDDA,
xf4bppDestroyGC, xf4bppDestroyGC,
xf4bppChangeClip, xf4bppChangeClip,
xf4bppDestroyClip, xf4bppDestroyClip,