John Baldwin <[EMAIL PROTECTED]> writes:
> One reason for not having the casts, btw, is that you lose type
> checking.

Huh?  Before my patch, any use of atomic_*_ptr with warnings turned
off would result in a slew of warnings because you'd be passing
pointers to a function which is declared to take u_int.  The only way
to make this type safe is to use inline functions instead of the
macros I wrote.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to