Hi Luc, On Sat, Sep 1, 2018 at 11:56 AM, Luc Van Oostenryck <[email protected]> wrote: > > For sparse (which doesn't support __has_attribute() yet and defines > __GNUC_MINOR__ depending on the compiler used to build it) it won't > be totally correct since the concerned attributes here will be > incorrectly considered as not supported. But, since these attributes > have no semantic effects for sparse, it won't matter. > > So, for sparse: > Reviewed-by: Luc Van Oostenryck <[email protected]>
Thanks for checking (and for the sparse patches too!). I will note this in the commit message for v3. Cheers, Miguel

