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

This commit is contained in:
Bastien Montagne
2012-02-27 18:20:58 +00:00
parent 49adbe3ab8
commit 40fca4ed21

View File

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