[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 1/5] xen/compiler: Replace opencoded __attribute__((noreturn))
>>> On 25.02.14 at 13:23, Andrew Cooper <andrew.cooper3@xxxxxxxxxx> wrote: > Changes in v4: > * Standardise on noreturn before the function name Almost: > --- a/xen/include/asm-arm/early_printk.h > +++ b/xen/include/asm-arm/early_printk.h > @@ -26,7 +26,7 @@ > > void early_printk(const char *fmt, ...) > __attribute__((format (printf, 1, 2))); > -void early_panic(const char *fmt, ...) __attribute__((noreturn)) > +void early_panic(const char *fmt, ...) noreturn > __attribute__((format (printf, 1, 2))); Nevertheless, no need to re-submit afaic. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |