mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 21:21:39 +02:00
mesa: Silence compiler warnings on Windows.
This commit is contained in:
parent
55e89eecff
commit
978f07bebd
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,7 @@ static void emit_op3fn(struct tnl_program *p,
|
|||
GLuint nr;
|
||||
struct prog_instruction *inst;
|
||||
|
||||
assert(p->program->Base.NumInstructions <= p->max_inst);
|
||||
assert((GLint) p->program->Base.NumInstructions <= p->max_inst);
|
||||
|
||||
if (p->program->Base.NumInstructions == p->max_inst) {
|
||||
/* need to extend the program's instruction array */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue