Skip to content
  • Emmanuele Bassi's avatar
    build: Don't include the marshallers header file · d9e0ea29
    Emmanuele Bassi authored
    We used to inject the inclusion of the generated header file into the
    generated body of the marshallers source code in order to avoid compiler
    warnings about missing prototypes. The glib-genmarshal utility has been
    fixed in GLib to include the prototype in the generated source, so now
    we're going to trip -Werror=redundant-decls.
    d9e0ea29