Skip to content

Fix compiler warnings

hexchain requested to merge hexchain/easytag:fix-compiler-warnings into master

Currently, it is not possible to cleanly build EasyTag (with GCC 9.2.0) without using extra compiler flags, when not in release mode (which is because --enable-compile-warnings defaults to error).

This MR fixes all warnings under GCC 9.2.0 and Clang 9.0.1.

Fixes: #89

Edited by Andre Klapper

Merge request reports