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:
authorCampbell Barton <ideasman42@gmail.com>2018-07-05 13:29:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-05 13:32:31 +0300
commita4328a4b70f80bbb1c2e8df3b95b793dc5f6fb06 (patch)
tree0c9b79d9de3b2a4af1cee1b0795e4953a7a920d6 /source/blender/modifiers/intern/MOD_fluidsim_util.c
parentd13fb7a7c4dafcc2a2f239c8a878c64c8c294dbf (diff)
Cleanup: warning
Diffstat (limited to 'source/blender/modifiers/intern/MOD_fluidsim_util.c')
-rw-r--r--source/blender/modifiers/intern/MOD_fluidsim_util.c3
1 files changed, 1 insertions, 2 deletions
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
}