Commit: a4328a4b70f80bbb1c2e8df3b95b793dc5f6fb06
Author: Campbell Barton
Date:   Thu Jul 5 12:29:48 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBa4328a4b70f80bbb1c2e8df3b95b793dc5f6fb06

Cleanup: warning

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

M       source/blender/modifiers/intern/MOD_fluidsim_util.c

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

diff --git a/source/blender/modifiers/intern/MOD_fluidsim_util.c 
b/source/blender/modifiers/intern/MOD_fluidsim_util.c
index edd7a7a331c..44079163de5 100644
--- a/source/blender/modifiers/intern/MOD_fluidsim_util.c
+++ b/source/blender/modifiers/intern/MOD_fluidsim_util.c
@@ -553,8 +553,7 @@ Mesh *fluidsimModifier_do(
        return mesh;
 #else
        /* unused */
-       (void)fluidmd;
-       (void)ctx;
+       UNUSED_VARS(fluidmd, ctx, mesh);
        return NULL;
 #endif
 }

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

Reply via email to