>>> On 27.07.16 at 20:08, <andrew.coop...@citrix.com> wrote: > --- a/xen/include/xen/compiler.h > +++ b/xen/include/xen/compiler.h > @@ -62,6 +62,8 @@ > > #define __must_check __attribute__((__warn_unused_result__)) > > +#define __nonnull(...) __attribute__((nonnull (__VA_ARGS__)))
May I ask to use __nonnull__ here, to match the #define right above? Also I don't think there should be a blank following that token (again matching other #define-s further up). Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel