From 02e8a035934a7400d0194687061107bdaa1bba77 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 Jun 2000 17:04:43 +0000 Subject: fixed compiler warnings --- progs/demos/stex3d.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'progs/demos/stex3d.c') diff --git a/progs/demos/stex3d.c b/progs/demos/stex3d.c index 2350532c98..bab9035287 100644 --- a/progs/demos/stex3d.c +++ b/progs/demos/stex3d.c @@ -1,4 +1,4 @@ -/* $Id: stex3d.c,v 1.4 2000/03/22 19:48:57 brianp Exp $ */ +/* $Id: stex3d.c,v 1.5 2000/06/27 17:04:43 brianp Exp $ */ /*----------------------------- * stex3d.c GL example of the mesa 3d-texture extention to simulate procedural @@ -17,6 +17,9 @@ /* * $Log: stex3d.c,v $ + * Revision 1.5 2000/06/27 17:04:43 brianp + * fixed compiler warnings + * * Revision 1.4 2000/03/22 19:48:57 brianp * converted from GL_EXT_texture3D to GL 1.2 * @@ -385,7 +388,7 @@ void resize(int w, int h) glTranslatef(0,0,-5); } -void cleanEverything(void) +static void cleanEverything(void) { /* free(voxels); */ } -- cgit v1.2.3