[Bf-blender-cvs] [a4328a4b70f] blender2.8: Cleanup: warning

Campbell Barton noreply at git.blender.org
Thu Jul 5 12:40:07 CEST 2018


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
 }



More information about the Bf-blender-cvs mailing list