mesa: added cast to silence warning

This commit is contained in:
Brian Paul
2009-11-04 17:58:43 -07:00
parent 1c3f7ab74c
commit 7c623905bc
+1 -1
View File
@@ -187,7 +187,7 @@ pack_histogram( GLcontext *ctx,
/* temporarily store as GLuints */
GLuint temp[4*HISTOGRAM_TABLE_SIZE];
GLuint *dst = temp;
GLhalfARB *half = destination;
GLhalfARB *half = (GLhalfARB *) destination;
GLuint i;
/* get GLuint values */
PACK_MACRO(GLuint);