> Added -n option.  This surpresses the check of our header files against
> the default lint library.  As a result, we don't get all of those
> warnings about structure mismatches.  So as not to completely regress
> header-file checking, I added -Ncheck=%all,no%extern.  This checks
> headerfiles, but not against the lintlib.  The no%extern flag surpresses
> a warning that occurs if your .c file doesn't have a corresponding .h
> file.  (Generally the case in our modules.)

I should add that -Ncheck did cause some of the mismatches due to
file-offset-bits to re-occur.  I'm not sure whether we should skip these
checks entirely, or just -Ncheck modules we know don't suffer from these
warnings.

-j
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to