Commit: eff51f4dd940bbcafe0e61b3cb8be6bdbb72b790
Author: Brecht Van Lommel
Date:   Sat Mar 7 16:06:02 2020 +0100
Branches: new-object-types
https://developer.blender.org/rBeff51f4dd940bbcafe0e61b3cb8be6bdbb72b790

Cleanup: compiler warnings

===================================================================

M       intern/cycles/blender/blender_curves.cpp

===================================================================

diff --git a/intern/cycles/blender/blender_curves.cpp 
b/intern/cycles/blender/blender_curves.cpp
index 983894db309..0c87808d880 100644
--- a/intern/cycles/blender/blender_curves.cpp
+++ b/intern/cycles/blender/blender_curves.cpp
@@ -1334,6 +1334,11 @@ void BlenderSync::sync_hair(Hair *hair, BL::Object 
&b_ob, bool motion, int motio
   else {
     export_hair_curves(scene, hair, b_hair);
   }
+#else
+  (void)hair;
+  (void)b_ob;
+  (void)motion;
+  (void)motion_step;
 #endif /* WITH_NEW_OBJECT_TYPES */
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to