>
> From: Victor Toso
>
> Casting to gdouble instead to float to avoid the warning and perhaps
> increase the precision.
>
> spice-widget-egl.c:573:28: error: implicit conversion increases
> floating-point precision: 'float' to 'gdouble' (aka 'double')
> tx = ((float)d->area.x / (float)d->e
From: Victor Toso
Casting to gdouble instead to float to avoid the warning and perhaps
increase the precision.
spice-widget-egl.c:573:28: error: implicit conversion increases
floating-point precision: 'float' to 'gdouble' (aka 'double')
tx = ((float)d->area.x / (float)d->egl.scanout.width);