On Mon, 2006-09-11 at 14:11 -0700, Josh Triplett wrote: > sparse_error() sets max_warnings = 0 to silence subsequent sparse_warning()s > or info()s; however, this also silences the info() after that sparse_error() > and subsequent sparse_errors() which still get shown. bad_expr_type runs into > this problem: it reports an error with sparse_error() and then provides > further information with info(), which the user never sees. Make info() > continue to print as long as the immediately preceeding warning or error does. Please ignore this particular resent patch, as it already got merged; resent by mistake as part of a larger set. - Josh Triplett - To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html