[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34212] trunk/blender/source/blender/ blenkernel/BKE_pointcache.h: Grr... looks like the warnings will have to stay for now...

Joshua Leung aligorith at gmail.com
Mon Jan 10 00:31:59 CET 2011


Revision: 34212
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=34212
Author:   aligorith
Date:     2011-01-09 23:31:58 +0000 (Sun, 09 Jan 2011)
Log Message:
-----------
Grr... looks like the warnings will have to stay for now...

Modified Paths:
--------------
    trunk/blender/source/blender/blenkernel/BKE_pointcache.h

Modified: trunk/blender/source/blender/blenkernel/BKE_pointcache.h
===================================================================
--- trunk/blender/source/blender/blenkernel/BKE_pointcache.h	2011-01-09 23:18:48 UTC (rev 34211)
+++ trunk/blender/source/blender/blenkernel/BKE_pointcache.h	2011-01-09 23:31:58 UTC (rev 34212)
@@ -100,7 +100,7 @@
 	struct BoidData boids;
 } PTCacheData;
 
-char *ptcache_datastruct[] = {
+static char *ptcache_datastruct[] = {
 	"", // BPHYS_DATA_INDEX
 	"", // BPHYS_DATA_LOCATION
 	"", // BPHYS_DATA_VELOCITY
@@ -111,12 +111,12 @@
 	"BoidData" // case BPHYS_DATA_BOIDS:
 };
 
-char *ptcache_extra_datastruct[] = {
+static char *ptcache_extra_datastruct[] = {
 	"",
 	"ParticleSpring"
 };
 
-int ptcache_extra_datasize[] = {
+static int ptcache_extra_datasize[] = {
 	0,
 	sizeof(ParticleSpring)
 };




More information about the Bf-blender-cvs mailing list