Compilation error fix for strict compiler flags
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user