mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
silence warning
This commit is contained in:
parent
2d846b712c
commit
404055216d
1 changed files with 1 additions and 1 deletions
|
|
@ -785,7 +785,7 @@ static void NAME(GLcontext *ctx, const SWvertex *v0,
|
|||
const GLfixed fx = FixedCeil(fsx); /* no fractional part */
|
||||
const GLfixed adjx = (GLinterp) (fx - eLeft->fx0); /* SCALED! */
|
||||
#endif
|
||||
const GLinterp adjy = eLeft->adjy; /* SCALED! */
|
||||
const GLinterp adjy = (GLinterp) eLeft->adjy; /* SCALED! */
|
||||
GLint idxOuter;
|
||||
#if TRIANGLE_WALK_DOUBLE
|
||||
GLdouble dxOuter;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue