Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2007-09-18 10:33:24 +0400
committerJoshua Leung <aligorith@gmail.com>2007-09-18 10:33:24 +0400
commitd86a03113d24904dd4b6227f16431eb6735aa5d7 (patch)
tree20fe62ccbf4e139ed78c83eacf7aa2097f4cafa3 /source/blender/blenkernel
parenta87b2ff22b8884449bf04a0773370a33a3a410a3 (diff)
Another purge of compiler warnings (some of which I've been getting for a while) as a warmup exercise.
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/intern/effect.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/effect.c b/source/blender/blenkernel/intern/effect.c
index f42d0fa79e2..07fe8bbee31 100644
--- a/source/blender/blenkernel/intern/effect.c
+++ b/source/blender/blenkernel/intern/effect.c
@@ -1686,7 +1686,9 @@ void build_particle_system(Object *ob)
float *volengths= NULL, *folengths= NULL;
int deform=0, a, totpart, paf_sta, paf_end;
int waitcursor_set= 0, totvert, totface, curface, curvert;
+#ifndef DISABLE_ELBEEM
int readMask, activeParts, fileParts;
+#endif
/* return conditions */
if(ob->type!=OB_MESH) return;