[Scummvm-cvs-logs] CVS: residual/tinygl vertex.cpp,1.3,1.4

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Jan 12 15:02:17 CET 2005


Update of /cvsroot/scummvm/residual/tinygl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24588/residual/tinygl

Modified Files:
	vertex.cpp 
Log Message:
fixed some tinygl warnings

Index: vertex.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/tinygl/vertex.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- vertex.cpp	12 Jan 2005 18:00:19 -0000	1.3
+++ vertex.cpp	12 Jan 2005 23:01:37 -0000	1.4
@@ -346,7 +346,7 @@
     c->vertex_n = n;
 }
 
-void glopEnd(GLContext * c, TGLParam * param)
+void glopEnd(GLContext *c, TGLParam *)
 {
     assert(c->in_begin == 1);
 





More information about the Scummvm-git-logs mailing list