On Tue, Jul 29, 2008 at 11:37:40AM +0100, Nick Todd - Sun Microsystems wrote:
> I'm looking for an urgent code review of the following changes described by > this > webrev: > > http://cr.opensolaris.org/~nickto/simple-lint-fixes > The majority of the changes consist of corrections to the type passed as an > argument to printf's (or macros that expand to a printf). So although there > are > a lot of files and hence many changes, those changes are relatively simple. The majority of these changes are casting a pointer into a void pointer for the benefit of %p. Why does lint warn about this? I understand that you probably don't have any choice in the matter, but boy, this uglifies code. regards john (of the "now you have two problems" camp)
