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:
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c2
-rw-r--r--source/blender/editors/space_outliner/outliner_edit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index 7bd571af449..9fd763dda0d 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -447,7 +447,7 @@ static void restrictbutton_gr_restrict_render(bContext *C, void *poin, void *poi
WM_event_add_notifier(C, NC_GROUP, NULL);
}
-static void restrictbutton_id_user_toggle(bContext *C, void *poin, void *UNUSED(poin2))
+static void restrictbutton_id_user_toggle(bContext *UNUSED(C), void *poin, void *UNUSED(poin2))
{
ID *id = (ID *)poin;
diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c
index b865f33b3ad..020bd480954 100644
--- a/source/blender/editors/space_outliner/outliner_edit.c
+++ b/source/blender/editors/space_outliner/outliner_edit.c
@@ -1482,7 +1482,7 @@ static int outliner_orphans_purge_invoke(bContext *C, wmOperator *op, const wmEv
"Click here to proceed...");
}
-static int outliner_orphans_purge_exec(bContext *C, wmOperator *op)
+static int outliner_orphans_purge_exec(bContext *C, wmOperator *UNUSED(op))
{
/* Firstly, ensure that the file has been saved,
* so that the latest changes since the last save