summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-22 11:49:26 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-05-03 14:44:11 +0200
commitcdba4ead6764f8728ffcd2f4e67008185025a235 (patch)
tree62f69ec4b8926c0cb54657576e145a6982b84d28 /common/Makefile.am
parente17767e8927e724687b1529e9bc8ddbc927dbc8f (diff)
downloadspice-cdba4ead6764f8728ffcd2f4e67008185025a235.tar.gz
spice-cdba4ead6764f8728ffcd2f4e67008185025a235.tar.xz
spice-cdba4ead6764f8728ffcd2f4e67008185025a235.zip
remove void * arithmetic
With -Wpointer-arith, gcc complains about void pointer arithmetic. This is not a big deal with gcc, but could be with other compilers, so it's better to cast to char */uint8_t * before doing the arithmetic on such pointers.
Diffstat (limited to 'common/Makefile.am')
0 files changed, 0 insertions, 0 deletions