Skip to content

build: Enable -Wfloat-conversion and fix warnings

Philip Withnall requested to merge pwithnall/glib:wfloat-conversion into main

See the commit messages for details.

Most of the commits are to fix false positive warnings. The first commit fixes a true positive bug which the warning found (includes a unit test).

Signed-off-by: Philip Withnall pwithnall@gnome.org

Helps: #3405

Merge request reports