Skip to content

Fix build warnings

Gaël Bonithon requested to merge Tamaranch/tumbler:fix-build-warnings into master

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

Merge request reports