demos: silence warning

This commit is contained in:
Brian Paul 2009-04-30 17:03:54 -06:00
parent eef79d50bf
commit 3dfe672c85

View file

@ -382,7 +382,7 @@ static GLfloat floorShadow[4][4];
static void
redraw(void)
{
int start, end;
int start = 0, end = 0;
if (reportSpeed) {
start = glutGet(GLUT_ELAPSED_TIME);