i965/hiz: Make void pointer type casts explicit
authorPaul Berry <stereotype441@gmail.com>
Thu, 26 Apr 2012 16:29:19 +0000 (09:29 -0700)
committerPaul Berry <stereotype441@gmail.com>
Thu, 10 May 2012 17:30:00 +0000 (10:30 -0700)
commit20b153b9ca5e57aa0e20e992347ece56388e71e4
tree743cec1c14df72e65da5936733e9ff345dd608e6
parentf28a7d0e77ffbeb2a27bda132d4334b3649be3a2
i965/hiz: Make void pointer type casts explicit

Previous to this patch, gen6_hiz.c contained two implicit type casts
from void * to a a non-void pointer type.  This is allowed in C but
not in C++.  This patch makes the type casts explicit, so that
gen6_hiz.c can be converted into a C++ file.

Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i965/gen6_hiz.c