Skip to content
Snippets Groups Projects
Commit 40fca4ed authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Quite a warning (unused param in func), was preventing debug build...

parent 49adbe3a
No related branches found
No related tags found
No related merge requests found
...@@ -2637,7 +2637,7 @@ void NODE_OT_links_cut(wmOperatorType *ot) ...@@ -2637,7 +2637,7 @@ void NODE_OT_links_cut(wmOperatorType *ot)
/* ********************** Detach links operator ***************** */ /* ********************** 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); SpaceNode *snode= CTX_wm_space_node(C);
bNodeTree *ntree= snode->edittree; bNodeTree *ntree= snode->edittree;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment