X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=progs%2Fdemos%2Fdinoshade.c;h=cbf8751e257358b27c117e4f0df7c94dc46e11f8;hb=7bf63473623e01933adc0e8f4464eda8f2860564;hp=41b19d5a9284651240b2ee1ceb069c6b033c48ec;hpb=fd402791f909371d8f1c1381f0e16a0f08bd78e6;p=mesa.git diff --git a/progs/demos/dinoshade.c b/progs/demos/dinoshade.c index 41b19d5a928..cbf8751e257 100644 --- a/progs/demos/dinoshade.c +++ b/progs/demos/dinoshade.c @@ -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);