On 05/06/2024 13:09, Sebastian Wick wrote: > Signed-off-by: Sebastian Wick <sebastian.wick@xxxxxxxxxx> > --- > meson.build | 1 + > 1 file changed, 1 insertion(+) > > diff --git ./meson.build ../meson.build > index ca57652..80f810f 100644 > --- ./meson.build > +++ ../meson.build > @@ -7,6 +7,7 @@ edid_decode_args = [ > '-Wno-missing-field-initializers', > '-Wno-unused-parameter', > '-Wimplicit-fallthrough', > + '-Wno-variadic-macros', > ] > edid_decode_link_args = [] > Can you provide a proper commit log? E.g. why is this needed? Regards, Hans