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:
authorDalai Felinto <dfelinto@gmail.com>2017-12-01 17:39:20 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-12-01 17:39:55 +0300
commita9101b332e331f42d2d9cee59e4f27e5dca20fbb (patch)
tree539ed0142c1af63cf24a6498a3cda38d7db91e9e /source/blender/editors
parent92ff0d562c280bec39c3a2625e9bca554224c30b (diff)
Silence warning from object_relations.c
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/object/object_relations.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c
index b2e976f17a9..fb1c7f04a95 100644
--- a/source/blender/editors/object/object_relations.c
+++ b/source/blender/editors/object/object_relations.c
@@ -2339,6 +2339,7 @@ static int make_override_exec(bContext *C, wmOperator *UNUSED(op))
Object *locobj, *refobj = CTX_data_active_object(C);
locobj = (Object *)BKE_override_static_create_from(bmain, &refobj->id);
+ (void) locobj;
WM_event_add_notifier(C, NC_WINDOW, NULL);