On Tue, 2008-01-15 at 16:52 +0000, Al Viro wrote:
>       if (class & TYPE_RESTRICT) {
> -             warning(expr->pos, "restricted degrades to integer");
>               if (class & TYPE_FOULED)
>                       *ctype = unfoul(*ctype);
> +             warning(expr->pos, "%sdegrades to integer",
> +                     show_typename(*ctype));

Missing space after "%s"?

-- 
Regards,
Pavel Roskin
-
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to