progs/samples: 'Silence no previous prototype' warnings.

This commit is contained in:
Vinson Lee
2010-01-01 17:54:11 -08:00
parent 2c64e4c50e
commit 646c8ce032
7 changed files with 58 additions and 58 deletions

View File

@@ -92,7 +92,7 @@ GLubyte contourTexture2[] = {
#endif
void GLUTCALLBACK glut_post_redisplay_p(void)
static void GLUTCALLBACK glut_post_redisplay_p(void)
{
static double t0 = -1.;
double t, dt;