Fix Build Warning
Marking unused function argument.
Introduced in bcff0ef9ca
Differential Revision: https://developer.blender.org/D10887
This commit is contained in:
@@ -2636,7 +2636,7 @@ void FILE_OT_hidedot(struct wmOperatorType *ot)
|
||||
/** \name Associate File Type Operator (Windows only)
|
||||
* \{ */
|
||||
|
||||
static int associate_blend_exec(bContext *C, wmOperator *op)
|
||||
static int associate_blend_exec(bContext *UNUSED(C), wmOperator *op)
|
||||
{
|
||||
#ifdef WIN32
|
||||
WM_cursor_wait(true);
|
||||
|
||||
Reference in New Issue
Block a user