Re: aic7xxx 6.1.10 and 2.4.4-pre1

Justin T. Gibbs (gibbs@scsiguy.com)
Sat, 07 Apr 2001 19:41:43 -0600


>NORET_TYPE void panic(const char * fmt, ...)
> __attribute__ ((NORET_AND format (printf, 1, 2)));
> ^^^^^^^^^
>
>Similar cases, compare include/linux/raid/md_k.h:pers_to_level() in
>2.4.3 and 2.4.3-ac3.

Then gcc is not honoring the attribute. The only way for that
function to not return with a value is in the panic case and that
cannot happen.

--
Justin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/