From a8553c9fa2482ca1a19bcf96edec2e8a3d261d86 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 20 Oct 2017 18:16:34 -0200 Subject: [PATCH] Silence warning on subsurf modifier --- source/blender/modifiers/intern/MOD_subsurf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/modifiers/intern/MOD_subsurf.c b/source/blender/modifiers/intern/MOD_subsurf.c index 13eef35a198..a09923d6dfe 100644 --- a/source/blender/modifiers/intern/MOD_subsurf.c +++ b/source/blender/modifiers/intern/MOD_subsurf.c @@ -156,6 +156,7 @@ static DerivedMesh *applyModifier(ModifierData *md, const EvaluationContext *eva #ifndef WITH_OPESUBDIV (void) do_cddm_convert; + UNUSED_VARS(eval_ctx); #endif return result;