Go to file
Victor Toso 39be7a8fce macros: fix alignment issue reported by clang
char_device.c:131:52: warning: cast from 'uint8_t *'
(aka 'unsigned char *') to 'SpiceCharDeviceMsgToClientItem *'
(aka 'struct SpiceCharDeviceMsgToClientItem *')
increases required alignment from 1 to 8 [-Wcast-align]

 SpiceCharDeviceMsgToClientItem *msg_item = SPICE_CONTAINEROF(item,
                                            ^~~~~~~~~~~~~~~~~~~~~~~

../spice-common/spice-protocol/spice/macros.h:142:6: note: expanded
from macro 'SPICE_CONTAINEROF'

 ((struct_type *)((uint8_t *)(ptr) - SPICE_OFFSETOF(struct_type, member)))
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-08-20 11:05:19 +01:00
m4 build-sys: Add m4 file for AX_PYTHON_MODULE 2015-08-07 12:53:59 +02:00
python_modules build-sys: Install code generation data/scripts 2015-08-07 11:54:48 +02:00
spice macros: fix alignment issue reported by clang 2015-08-20 11:05:19 +01:00
AUTHORS Add autoconf and pkg-config setup 2010-02-04 16:47:27 +01:00
autogen.sh build-sys: Add --enable-code-generator 2015-08-07 11:54:47 +02:00
ChangeLog Add autoconf and pkg-config setup 2010-02-04 16:47:27 +01:00
configure.ac build-sys: Add --enable-code-generator 2015-08-07 11:54:47 +02:00
COPYING Add MIT style COPYING file 2010-02-04 16:23:24 +01:00
git.mk Update git.mk to latest version 2012-09-21 15:48:39 +02:00
includes.sed Add includes.sed file to handle include renaming 2010-02-04 18:12:07 +01:00
Makefile.am build-sys: Make installed spice_codegen.py is executable 2015-08-10 18:00:45 +02:00
NEWS Release 0.12.9 2015-07-29 17:44:07 +02:00
README Add autoconf and pkg-config setup 2010-02-04 16:47:27 +01:00
rename-identifiers.sh Add utility script to do C identifier renaming 2010-02-04 16:43:24 +01:00
renames fix up reames 2010-02-04 18:11:09 +01:00
spice1.proto proto: Remove space before tab 2015-07-20 20:55:47 +02:00
spice_codegen.py codegen: Fix enums.h generation with python3 2015-07-23 10:29:10 +02:00
spice-protocol.pc.in build-sys: Install code generation data/scripts 2015-08-07 11:54:48 +02:00
spice.proto proto: Use proper type for preferred_compression field 2015-08-07 12:07:26 +02:00