> :Just curious.. why do you need the "(int)" cast? > > Actually, it could very well be that I don't. I didn't want to spend > the time to check to see if the compiler warned on unsigned-char array > indexes.
When you add casts to quite warnings, please use the minium number of them. Even if it takes a little more time to test. I would much rather have the warnings than obfuscated code. -- -- David ([email protected] -or- [email protected]) To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-current" in the body of the message
