Go to file
Dan McGee df2dcb496e 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-03-20 15:25:55 +01:00
common Add casts for compatibility purposes 2012-03-20 15:25:55 +01:00
python_modules Remove trailing blank lines 2012-03-20 15:25:55 +01:00
spice1.proto spice-client migration: fix minor for old migration support. 2012-03-20 15:25:51 +01:00
spice_codegen.py don't #include config.h in generated header files 2012-03-20 15:25:53 +01:00
spice.proto spice.proto: add SPICE_MSG_LIST to base channel 2012-03-20 15:25:54 +01:00