[Bf-blender-cvs] [d08e925ef1a] master: Fix Build Warning

Harley Acheson noreply at git.blender.org
Mon Jun 14 19:43:33 CEST 2021


Commit: d08e925ef1aaa892b0d5bb549d4ec2c8b47d7187
Author: Harley Acheson
Date:   Mon Jun 14 10:42:28 2021 -0700
Branches: master
https://developer.blender.org/rBd08e925ef1aaa892b0d5bb549d4ec2c8b47d7187

Fix Build Warning

Marking unused function argument.

Introduced in bcff0ef9cabc

Differential Revision: https://developer.blender.org/D10887

===================================================================

M	source/blender/editors/space_file/file_ops.c

===================================================================

diff --git a/source/blender/editors/space_file/file_ops.c b/source/blender/editors/space_file/file_ops.c
index 4bbdbb0d97c..334e421c837 100644
--- a/source/blender/editors/space_file/file_ops.c
+++ b/source/blender/editors/space_file/file_ops.c
@@ -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);



More information about the Bf-blender-cvs mailing list