Which compiler are you using ? CARD32 is typedef'd to an unsigned
gcc 2.95.3.

The warning is not wrong though. It simply warns that we are passing argument 1 to function pmd5_hash() and add_entropy() from an incompatible pointer type. A CARD32 * is not the same as an unisgned int *, even though CARD32 is typedef'ed to an unsigned int. The typedef introduces a new type and it is pedantically different.

Kean

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to