On 2020-04-27 01:15, Daniel Wagner wrote: > On Sun, Apr 26, 2020 at 08:03:01PM -0700, Bart Van Assche wrote: >> +#pragma GCC diagnostic push >> +#pragma GCC diagnostic ignored "-Wsuggest-attribute=format" > > I would be really surprised if this is needed for every single > DECLARE_EVENT_CLASS declaration. Hi Daniel, My understanding is that this is only necessary if vsnprintf() is used in the implementation of the event class. Thanks, Bart.