swrast: init i0, i1 values to silence warnings

Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
Brian Paul 2013-08-23 15:33:14 -06:00
parent ef47ab520d
commit 5e7ac28ebf
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ linear_texel_locations(GLenum wrapMode,
break;
default:
_mesa_problem(NULL, "Bad wrap mode");
*i0 = *i1 = 0;
u = 0.0F;
break;
}