commit | 38d042a4ad76ccc30b50571135bbf0fdb912d656 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Tue Feb 12 16:07:47 2002 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Tue Feb 12 16:07:47 2002 +0000 |
tree | 8d41689e3dc45fee156c87c762dec6a17d9b62df | |
parent | 69d4ae7bb3bf4a535673cb9ba99d181c12a52e43 [diff] [blame] |
silence compiler warnings
diff --git a/progs/samples/select.c b/progs/samples/select.c index 5a73a45..2c8f333 100644 --- a/progs/samples/select.c +++ b/progs/samples/select.c
@@ -174,7 +174,7 @@ 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];