mesa: added cast to silence warning
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user