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:
authorDalai Felinto <dfelinto@gmail.com>2017-10-20 23:16:34 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-10-20 23:16:34 +0300
commita8553c9fa2482ca1a19bcf96edec2e8a3d261d86 (patch)
tree413eb218fd5554c7af17ac88a714a2f043ab0334 /source/blender/modifiers
parent1beebcb10c04ebaaea547ce36cfaf204086e5ba8 (diff)
Silence warning on subsurf modifier
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_subsurf.c1
1 files changed, 1 insertions, 0 deletions
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;