On Sat, Mar 20, 2010 at 10:43:50AM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sat Mar 20 14:43:50 UTC 2010 > > Modified Files: > src/sys/sys: bitops.h > > Log Message: > /*LINTED*/ is too wide a brush.
At least the second cast is a bug in lint and should be handled as such. The expression cannot overflow and lint shouldn't pretend it can. Joerg