Messages in this thread |  | | | Subject | Re: Linux 2.4.4-ac10 | | Date | Thu, 17 May 2001 20:26:05 +0100 (BST) | | From | Alan Cox <> |
| |
> And a pair more:
No > --- linux-2.4.4-ac10/include/linux/raid/md_k.h.orig Thu May 17 19:35:41 > 2001 > +++ linux-2.4.4-ac10/include/linux/raid/md_k.h Thu May 17 19:36:15 2001 > @@ -38,6 +38,8 @@ > case RAID5: return 5; > } > panic("pers_to_level()"); > + > + return 0;
panic appears properly declared as __attribute(noreturn). This looks to me like a gcc bug - 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/
|  |