mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
demos: silence warning
This commit is contained in:
parent
eef79d50bf
commit
3dfe672c85
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue