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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-02-15 21:12:54 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-02-15 21:12:54 +0300
commite2573aea9b5607fd068bbe1dbe5bd7f8a995c5ad (patch)
treed5b3589ab6dae16ce3226bf60d2f898ce8c5cd37 /source/blender/editors/space_outliner
parent478d67e8586fcf5e2b61124266ba1d655784c09f (diff)
Compilation error fix for strict compiler flags
Diffstat (limited to 'source/blender/editors/space_outliner')
-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