Fix Build Warning

Marking unused function argument.

Introduced in bcff0ef9ca

Differential Revision: https://developer.blender.org/D10887
This commit is contained in:
Harley Acheson
2021-06-14 10:42:28 -07:00
parent bcff0ef9ca
commit d08e925ef1

View File

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