spice/tools
Dan McGee aebe837d3a Add casts for compatibility purposes
Some non-Linux platforms return a (caddr_t *) result for the return
value of mmap(), which is very unfortunate. Add a (void *) cast to
explicitly avoid the warning when compiling with -Werror.

For the IO vector related stuff, signed vs. unsigned comes into play so
adding a (void *) cast here is technically correct for all platforms.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
2012-02-14 10:44:49 +02:00
..
bitmap_to_c.c Add missing includes of config.h 2012-01-13 18:11:59 +02:00
icon_to_c.c Add missing includes of config.h 2012-01-13 18:11:59 +02:00
reds_stat.c Add casts for compatibility purposes 2012-02-14 10:44:49 +02:00