Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2020-05-26 23:02:08 +0300
committerHans Goudey <h.goudey@me.com>2020-05-26 23:02:08 +0300
commiteb5422828ac1ec50cc257314080d789f507f5c31 (patch)
treec2a6970cd97ea3036bb6341c2c0c0fbd9d91f466 /source/blender/editors/curve/editcurve_query.c
parent5171d86806a338aa885cdddf3ad83dfcf15c40aa (diff)
Cleanup: Quiet unused variable warning in non-debug builds
Diffstat (limited to 'source/blender/editors/curve/editcurve_query.c')
-rw-r--r--source/blender/editors/curve/editcurve_query.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/curve/editcurve_query.c b/source/blender/editors/curve/editcurve_query.c
index e0f161ca0cf..132f7e58e71 100644
--- a/source/blender/editors/curve/editcurve_query.c
+++ b/source/blender/editors/curve/editcurve_query.c
@@ -99,6 +99,8 @@ static void ED_curve_pick_vert__do_closest(void *userData,
data->hpoint = bezt ? beztindex : 0;
data->is_changed = true;
}
+
+ UNUSED_VARS_NDEBUG(handles_visible);
}
bool ED_curve_pick_vert(ViewContext *vc,