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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-08-26 05:36:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-26 05:36:58 +0300
commit4e16e8b6711538256823db936a00787e1e9e8679 (patch)
treed303309490f4e950991f2c8abef5061a2b9d1099 /intern
parent84f048fda566c2098ec1baa2ff1ad6c00b7395d5 (diff)
Cleanup: warnings
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/blender_object.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/blender/blender_object.cpp b/intern/cycles/blender/blender_object.cpp
index a7eae421b55..41871582f66 100644
--- a/intern/cycles/blender/blender_object.cpp
+++ b/intern/cycles/blender/blender_object.cpp
@@ -547,6 +547,7 @@ void BlenderSync::sync_procedural(BL::Object &b_ob,
#else
(void)b_ob;
(void)b_mesh_cache;
+ (void)has_subdivision_modifier;
#endif
}