diff options
author | Paul Berry <[email protected]> | 2012-04-26 09:29:19 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-05-10 10:30:00 -0700 |
commit | 20b153b9ca5e57aa0e20e992347ece56388e71e4 (patch) | |
tree | 743cec1c14df72e65da5936733e9ff345dd608e6 /src/mesa/tnl | |
parent | f28a7d0e77ffbeb2a27bda132d4334b3649be3a2 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/tnl')
0 files changed, 0 insertions, 0 deletions