summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-04-16 14:39:03 +0100
committerEmil Velikov <[email protected]>2017-04-19 12:19:38 +0100
commit309f4067a795219027f523bf0733692e48f2fd58 (patch)
tree3d3458e997b7d48aa5024fdea49abfa207d9b815 /src/mesa/Makefile.am
parent4516bfbd309a6996c18f577de47b13e33dce0828 (diff)
winsys/sw/dri: don't use GNU void pointer arithmetic
Resolves build issues like the following: src/gallium/winsys/sw/dri/dri_sw_winsys.c:203:31: error: pointer of type ‘void *’ used in arithmetic [-Werror=pointer-arith] data = dri_sw_dt->data + (dri_sw_dt->stride * box->y) + box->x * blsize; ^ src/gallium/winsys/sw/dri/dri_sw_winsys.c:203:62: error: pointer of type ‘void *’ used in arithmetic [-Werror=pointer-arith] data = dri_sw_dt->data + (dri_sw_dt->stride * box->y) + box->x * blsize; ^ Cc: <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.am')
0 files changed, 0 insertions, 0 deletions