diff options
author | Vinson Lee <[email protected]> | 2010-01-01 17:54:11 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-01 17:54:11 -0800 |
commit | 646c8ce03217dbda87fd1f5aedddd3f75a477754 (patch) | |
tree | 792f87717dc7ea21654bd2b327521868322c99ea /progs/samples/wave.c | |
parent | 2c64e4c50eaf7c3dd0cc95edbca1d31316baac3a (diff) |
progs/samples: 'Silence no previous prototype' warnings.
Diffstat (limited to 'progs/samples/wave.c')
-rw-r--r-- | progs/samples/wave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/samples/wave.c b/progs/samples/wave.c index d3c4687459e..396a6943e33 100644 --- a/progs/samples/wave.c +++ b/progs/samples/wave.c @@ -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; |