Skip to content

Fix the lpr print backend build (redundant-decls)

Martin Blanchard requested to merge tchaik/fix-lpr-build into master

Building master on a Fedora 32 box with GCC 10 with -Dprint-backends=none fails for the (always activated) lpr backend: class and instance _init() function manual declarations are redundant with G_DEFINE_DYNAMIC_TYPE () and -Werror=redundant-decls is activated.

Merge request reports