From cd91ff98c0785950912a0b6747cc3e3525de0235 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 11 Aug 2019 02:46:29 +1000 Subject: Cleanup: unused var --- source/blender/blenlib/intern/delaunay_2d.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/intern/delaunay_2d.c b/source/blender/blenlib/intern/delaunay_2d.c index f87ca20af84..bb5bd6860c9 100644 --- a/source/blender/blenlib/intern/delaunay_2d.c +++ b/source/blender/blenlib/intern/delaunay_2d.c @@ -2140,6 +2140,8 @@ static void prepare_cdt_for_output(CDT_state *cdt, const CDT_output_type output_ BLI_assert(f->symedge != NULL); } } +#else + UNUSED_VARS(f); #endif if (output_type == CDT_CONSTRAINTS || output_type == CDT_CONSTRAINTS_VALID_BMESH) { -- cgit v1.2.3