silence compiler warnings

This commit is contained in:
Brian Paul
2002-02-12 16:07:47 +00:00
parent 69d4ae7bb3
commit 38d042a4ad
6 changed files with 9 additions and 4 deletions

View File

@@ -174,7 +174,7 @@ static void DeleteTri(GLint h)
static void GrowTri(GLint h)
{
float v[2];
float *oldV;
float *oldV = NULL;
GLint i;
v[0] = objects[h].v1[0] + objects[h].v2[0] + objects[h].v3[0];