From ef629e0d504ea6b53cf490f0f084d5a0b587bf6b Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Fri, 4 Sep 2015 01:04:37 +0200 Subject: Quiet warnings We had too many warnings lately... was awaiting that someone would kill them - didn't happen -> goes to my commit ratio! :P --- source/blender/editors/object/object_bake_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/object') diff --git a/source/blender/editors/object/object_bake_api.c b/source/blender/editors/object/object_bake_api.c index b382fbafcfd..2c4f7a8e107 100644 --- a/source/blender/editors/object/object_bake_api.c +++ b/source/blender/editors/object/object_bake_api.c @@ -563,7 +563,7 @@ static int bake( Object *ob_cage = NULL; BakeHighPolyData *highpoly = NULL; - int tot_highpoly; + int tot_highpoly = 0; char restrict_flag_low = ob_low->restrictflag; char restrict_flag_cage = 0; -- cgit v1.2.3