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:
authorChris Blackbourn <chrisbblend@gmail.com>2022-08-19 04:44:55 +0300
committerChris Blackbourn <chrisbblend@gmail.com>2022-08-19 04:44:55 +0300
commite80a9d2645cdc2e73e3984ccf83abfbb744b3eeb (patch)
treec76ad217b2e39ac466c2b287cb9efdda1c477360
parenta5c696a0c2b95d108a24e3060010e452c98b297d (diff)
Cleanup: lint, unused_vars
-rw-r--r--source/blender/editors/physics/physics_fluid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/physics/physics_fluid.c b/source/blender/editors/physics/physics_fluid.c
index 80de8fae072..1d3cf7c36af 100644
--- a/source/blender/editors/physics/physics_fluid.c
+++ b/source/blender/editors/physics/physics_fluid.c
@@ -502,6 +502,7 @@ static void fluid_free_startjob(void *customdata, short *stop, short *do_update,
BKE_fluid_cache_free(fds, job->ob, cache_map);
#else
UNUSED_VARS(fds);
+ UNUSED_VARS(cache_map);
#endif
*do_update = true;