[Bf-blender-cvs] [163089e] compositor-2016: Cleanup: warning

Campbell Barton noreply at git.blender.org
Wed Jun 8 21:53:19 CEST 2016


Commit: 163089e01c073b9c32f33dbf9b5007fae49d65c5
Author: Campbell Barton
Date:   Tue Jun 7 00:34:03 2016 +1000
Branches: compositor-2016
https://developer.blender.org/rB163089e01c073b9c32f33dbf9b5007fae49d65c5

Cleanup: warning

===================================================================

M	source/blender/blenkernel/intern/object_update.c

===================================================================

diff --git a/source/blender/blenkernel/intern/object_update.c b/source/blender/blenkernel/intern/object_update.c
index e60ff05..2468cb8 100644
--- a/source/blender/blenkernel/intern/object_update.c
+++ b/source/blender/blenkernel/intern/object_update.c
@@ -348,7 +348,7 @@ void BKE_object_eval_uber_data(EvaluationContext *eval_ctx,
 	ob->recalc &= ~(OB_RECALC_DATA | OB_RECALC_TIME);
 }
 
-void BKE_object_eval_proxy_backlink(EvaluationContext *eval_ctx, Object *ob)
+void BKE_object_eval_proxy_backlink(EvaluationContext *UNUSED(eval_ctx), Object *ob)
 {
 	if (ob->proxy) {
 		ob->proxy->proxy_from = ob;




More information about the Bf-blender-cvs mailing list