Hi, On 22.02.19 22:48, Niveditha Rau wrote:
> When compiling pixman with Oracle Developer Studio on Solaris, we get
> the following error:
> pixman-0.38.0/pixman/pixman-radial-gradient.c", line 114: void function
> cannot return value
> Would the attached patch be acceptable upstream?
No, because the flow is different. It'd have to be
if (repeat == PIXMAN_REPEAT_NONE)
{
if (0 <= t && t <= pixman_fixed_1)
+ {
- return write_pixel (walker, t, buffer);
+ write_pixel (walker, t, buffer);
+ return;
+ }
}
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pixman mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/pixman
