From 619ab92c7796e8067a684f8a504016f7f5a6eb0a Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Fri, 5 Apr 2024 15:38:49 +0200 Subject: [PATCH] Cleanup: quiet warning --- source/blender/editors/curves/intern/curves_ops.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/curves/intern/curves_ops.cc b/source/blender/editors/curves/intern/curves_ops.cc index 60d1d5bdf02..2dee2728cbd 100644 --- a/source/blender/editors/curves/intern/curves_ops.cc +++ b/source/blender/editors/curves/intern/curves_ops.cc @@ -1426,7 +1426,7 @@ static void CURVES_OT_curve_type_set(wmOperatorType *ot) namespace switch_direction { -static int exec(bContext *C, wmOperator *op) +static int exec(bContext *C, wmOperator * /*op*/) { for (Curves *curves_id : get_unique_editable_curves(*C)) { bke::CurvesGeometry &curves = curves_id->geometry.wrap();