[Bf-blender-cvs] [e80a9d2645c] master: Cleanup: lint, unused_vars

Chris Blackbourn noreply at git.blender.org
Fri Aug 19 03:49:06 CEST 2022


Commit: e80a9d2645cdc2e73e3984ccf83abfbb744b3eeb
Author: Chris Blackbourn
Date:   Fri Aug 19 13:44:55 2022 +1200
Branches: master
https://developer.blender.org/rBe80a9d2645cdc2e73e3984ccf83abfbb744b3eeb

Cleanup: lint, unused_vars

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

M	source/blender/editors/physics/physics_fluid.c

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

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;



More information about the Bf-blender-cvs mailing list