Module: Mesa
Branch: master
Commit: 1888a7276538a3adfe268e235e56b9931d608243
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1888a7276538a3adfe268e235e56b9931d608243

Author: Brian Paul <[email protected]>
Date:   Tue Nov 17 16:13:12 2009 -0700

progs/demos: silence warnings

---

 progs/demos/morph3d.c  |    3 ++-
 progs/demos/textures.c |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/progs/demos/morph3d.c b/progs/demos/morph3d.c
index 6aca827..01a06ab 100644
--- a/progs/demos/morph3d.c
+++ b/progs/demos/morph3d.c
@@ -887,5 +887,6 @@ int main(int argc, char **argv)
   glutIdleFunc( idle_ );
   glutDisplayFunc( draw );
   glutMainLoop();
-  
+
+  return 0;
 }
diff --git a/progs/demos/textures.c b/progs/demos/textures.c
index b7bf135..d94154a 100644
--- a/progs/demos/textures.c
+++ b/progs/demos/textures.c
@@ -57,7 +57,7 @@ Idle(void)
 {
    Xrot = glutGet(GLUT_ELAPSED_TIME) * 0.02;
    Yrot = glutGet(GLUT_ELAPSED_TIME) * 0.04;
-   //Zrot += 2.0;
+   /*Zrot += 2.0;*/
    glutPostRedisplay();
 }
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to