Hi all, I'm looking for an urgent code review of the following changes described by this webrev:
http://cr.opensolaris.org/~nickto/simple-lint-fixes Background ---------- One of the differences between the Sun Studio 11 and 12 versions of lint is that the 12 version is much stricter and so there are a lot more lint warnings generated when building ON with Sun Studio 12. The code changes described in the above webrev are part of an ongoing project to address these lint warnings (note this is not a fix for all the lint warnings currently seen by ON). 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. I'm trying to get these changes putback before build 96 to keep the project on track and to avoid having to convert the workspace to Mercurial. Thanks in advance. Nick
