Fix build warnings
Deprecation warnings excluded (coming from GLib 2.68 > 2.50 and plugins), i.e. built with -Wno-deprecated-declarations
.
GCC displays some -Wclobbered
, but I think they can be ignored: Clang doesn't display them, GCC only displays them with --disable-debug
and they are overridden by -Wno-deprecated-declarations
, although this should be unrelated (maybe a bug).
Edited by Gaël Bonithon