diff options
author | Victor Toso <victortoso@redhat.com> | 2015-08-14 18:24:26 +0200 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2015-08-20 11:09:00 +0100 |
commit | 2413484305fde600e9b4496a88beac365a7a16ff (patch) | |
tree | b8b0dda67e30c0f1d4de473eaa664a545e7037ee /docs | |
parent | fd75632a8f169dfc6d1fc5cb0a30bf4064cd7bce (diff) | |
download | spice-2413484305fde600e9b4496a88beac365a7a16ff.tar.gz spice-2413484305fde600e9b4496a88beac365a7a16ff.tar.xz spice-2413484305fde600e9b4496a88beac365a7a16ff.zip |
glz: WindowImageSegment lines lines_end as void*
Instead of using uint8_t* which can cause several warnings on casting as
the example below:
./glz_encode_tmpl.c:321:29: error: cast from 'uint8_t *'
(aka 'unsigned char *') to 'rgb16_pixel_t *' (aka 'unsigned short *')
increases required alignment from 1 to 2 [-Werror,-Wcast-align]
ref_limit = (PIXEL *)(seg->lines_end);
^~~~~~~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions