wined3d: Make two variables unsigned.
This commit is contained in:
parent
97b82b0f18
commit
1133991e85
|
@ -628,7 +628,7 @@ static HRESULT shader_get_registers_used(struct wined3d_shader *shader, const st
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
BOOL color0_mov = FALSE;
|
BOOL color0_mov = FALSE;
|
||||||
int i, limit;
|
unsigned int i, limit;
|
||||||
|
|
||||||
/* This will loop over all the registers and try to
|
/* This will loop over all the registers and try to
|
||||||
* make a bitmask of the ones we're interested in.
|
* make a bitmask of the ones we're interested in.
|
||||||
|
|
Loading…
Reference in New Issue