Compilation error fix for strict compiler flags

This commit is contained in:
2015-02-15 23:12:54 +05:00
parent 478d67e858
commit e2573aea9b
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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