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/outliner_draw.c
parent478d67e8586fcf5e2b61124266ba1d655784c09f (diff)
Compilation error fix for strict compiler flags
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_draw.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c2
1 files changed, 1 insertions, 1 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;