[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48472] branches/soc-2012-swiss_cheese/ source/blender/blenkernel/intern/editderivedmesh.c: Fix compile error for MinGW

Nicholas Rishel rishel.nick at gmail.com
Sun Jul 1 18:16:01 CEST 2012


Revision: 48472
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48472
Author:   nicholas_rishel
Date:     2012-07-01 16:15:48 +0000 (Sun, 01 Jul 2012)
Log Message:
-----------
Fix compile error for MinGW

Modified Paths:
--------------
    branches/soc-2012-swiss_cheese/source/blender/blenkernel/intern/editderivedmesh.c

Modified: branches/soc-2012-swiss_cheese/source/blender/blenkernel/intern/editderivedmesh.c
===================================================================
--- branches/soc-2012-swiss_cheese/source/blender/blenkernel/intern/editderivedmesh.c	2012-07-01 15:59:12 UTC (rev 48471)
+++ branches/soc-2012-swiss_cheese/source/blender/blenkernel/intern/editderivedmesh.c	2012-07-01 16:15:48 UTC (rev 48472)
@@ -987,7 +987,7 @@
 	emDM_drawFacesTex_common(dm, NULL, setDrawOptions, compareDrawOptions, userData);
 }
 
-static emdm_format_attrib_vertex(DMVertexAttribs *attribs)
+static void emdm_format_attrib_vertex(DMVertexAttribs *attribs)
 {
 	int b;
 	GLint attribMap_f[16];




More information about the Bf-blender-cvs mailing list