Skip to content

Ignore deprecation warnings when scanning types

Emmanuele Bassi requested to merge ignore-gobject-deprecations into master

We annotate deprecated types, which means we get compiler warnings when scanning them. This, coupled to -Werror or similar mechanisms, breaks the build when generating the documentation.

Merge request reports