Small correction to make strict compiler setup be happy

This commit is contained in:
2013-02-19 13:41:58 +00:00
parent 54311fde29
commit ba375ae699

View File

@@ -1243,7 +1243,7 @@ wmOperator *WM_operator_last_redo(const bContext *C)
return op;
}
static void wm_block_redo_cb(bContext *C, void *arg_op, int arg_event)
static void wm_block_redo_cb(bContext *C, void *arg_op, int UNUSED(arg_event))
{
wmOperator *op = arg_op;