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:
authorCampbell Barton <ideasman42@gmail.com>2019-08-10 19:46:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-10 19:47:32 +0300
commitcd91ff98c0785950912a0b6747cc3e3525de0235 (patch)
tree8f2b23abb31c2607929e74d204ad6b80462ebb36 /source/blender/blenlib
parent26911ba1e26b90d7fafcd2e877a52c55181896c1 (diff)
Cleanup: unused var
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/delaunay_2d.c2
1 files changed, 2 insertions, 0 deletions
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) {