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:
authorTon Roosendaal <ton@blender.org>2006-12-01 22:52:04 +0300
committerTon Roosendaal <ton@blender.org>2006-12-01 22:52:04 +0300
commit20ac94e8f06f776a15e2e0b4ec2ac3e57b8a3d02 (patch)
treef1fe516c1bb28acb59dba16b9f1683ce28350d10 /source/blender/src/meshtools.c
parentef389028b96d194320894ffd072e00adf2d3ff54 (diff)
Two hours of fixing details based on Klocwork source review. Useful report,
although it has a lot of noise. Not to mention our bad string code gives a load of warnings. I've reviewed specifically: - file reading/write - dna and library code - node system - entire render module Done a couple of files in src/ too, seemed to be nice errors.
Diffstat (limited to 'source/blender/src/meshtools.c')
-rw-r--r--source/blender/src/meshtools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/meshtools.c b/source/blender/src/meshtools.c
index f702e9e34d5..3d874021497 100644
--- a/source/blender/src/meshtools.c
+++ b/source/blender/src/meshtools.c
@@ -858,7 +858,7 @@ void objects_bake_render(void)
ScrArea *area= biggest_image_area();
ListBase threads;
BakeRender bkr;
- int timer, tot;
+ int timer=0, tot;
if(event==1) event= RE_BAKE_ALL;
else if(event==2) event= RE_BAKE_AO;