GtkDoc implicit conversion from ‘float’ to ‘gdouble’
While installing the current master with:
$ meson builddir
$ ninja -C builddir install
The following warning raises:
steam-runtime-tools-0-scan.c:555:39: warning: implicit conversion from ‘float’ to ‘gdouble’ {aka ‘double’} to match other operand of binary expression [-Wdouble-promotion]
555 | #define GTKDOC_COMPARE_FLOAT(x, y) (x <= y && x >= y)
I saw that it was introduced with !7 (merged) but I'm still not sure about what is really wrong because we are not doing any type of comparisons nor we have floats.