Skip to content

lib: Guard against deprecated symbols in telepathy-glib

Florian Müllner requested to merge fmuellner/polari:no-deprecations into master

Recent Glib deprecated symbols that are used in the telepathy-glib API. There is no point in compiler warnings for unfixable problems, so disable them for the includes.

Merge request reports