Skip to content

Remove deprecation warnings from GTimeVal

Emmanuele Bassi requested to merge deprecated-timeval-stable into gdk-pixbuf-2-38

GLib 2.62 added deprecation warnings for GTimeVal and related API.

GdkPixbuf exposes GTimeVal in public API, so we need to disable deprecation warnings to avoid breaking the build in modules using GdkPixbuf and GLib 2.62.

Merge request reports