Hi Joaquim,
I agree with you and Stefan. You can try to replace
line 42 in
src/mmsgui/fb/fillrectangle/mmsfb_fillrectangle_rgb32.cpp
with:
Code: |
unsigned int *dst __attribute__ ((__used__)) = (unsigned int *)dst_planes->ptr;
|
This should mark the variable dst as used and the compiler shouln't optimize it out.
Let us know, if this makes any difference...
Best regards,
Matthias