Hello Ian,
The other "i" is used within a for() loop below in that function. On
review, I am inclined to resolve the underlying issue being shadowing a
name within a broader scope, by changing the variable name of the GLuint.
Either way, there were no piglit regressions on ILK.
Will push as part
On 08/02/2015 11:09 PM, Rhys Kidd wrote:
> mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c: In function
> 'brw_prepare_vertices':
> mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c:434:22: warning: comparison
> between signed and unsigned integer expressions [-Wsign-compare]
> for (i = j = 0
mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c: In function
'brw_prepare_vertices':
mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c:434:22: warning: comparison
between signed and unsigned integer expressions [-Wsign-compare]
for (i = j = 0; i < brw->vb.nr_enabled; i++) {