On Fri, Nov 9, 2012 at 4:34 PM, Vincent Torri <vincent.to...@gmail.com> wrote:
> Hey
>
> can someone fix the pmaps loader, as it uses void* arith pointer. Just
> compile efl/ and you'll see where the problem is (can't remember the
> lines right now)
>
> Vincent

modules/evas/loaders/pmaps/evas_image_load_pmaps.c: In function
'pmaps_buffer_plain_update':
modules/evas/loaders/pmaps/evas_image_load_pmaps.c:333:45: warning:
pointer of type 'void *' used in arithmetic [-Wpointer-arith]
    memcpy(&b->buffer[b->unread_len], b->map + b->position, max);
                                             ^
modules/evas/loaders/pmaps/evas_image_load_pmaps.c: In function
'pmaps_buffer_raw_update':
modules/evas/loaders/pmaps/evas_image_load_pmaps.c:380:45: warning:
pointer of type 'void *' used in arithmetic [-Wpointer-arith]
    memcpy(&b->buffer[b->unread_len], b->map + b->position, max);
                                             ^

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to