Quite a warning (unused param in func), was preventing debug build...
This commit is contained in:
@@ -2637,7 +2637,7 @@ void NODE_OT_links_cut(wmOperatorType *ot)
|
||||
|
||||
/* ********************** Detach links operator ***************** */
|
||||
|
||||
static int detach_links_exec(bContext *C, wmOperator *op)
|
||||
static int detach_links_exec(bContext *C, wmOperator *UNUSED(op))
|
||||
{
|
||||
SpaceNode *snode= CTX_wm_space_node(C);
|
||||
bNodeTree *ntree= snode->edittree;
|
||||
|
||||
Reference in New Issue
Block a user