From ef9e278b673333f6f26110afbd383774db7d1dce Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 16 Jan 2020 16:25:12 +1100 Subject: Cleanup: unused warnings --- source/blender/editors/physics/physics_fluid.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/physics') diff --git a/source/blender/editors/physics/physics_fluid.c b/source/blender/editors/physics/physics_fluid.c index 64dd461fb4e..8fa72d554be 100644 --- a/source/blender/editors/physics/physics_fluid.c +++ b/source/blender/editors/physics/physics_fluid.c @@ -506,6 +506,8 @@ static void fluid_free_startjob(void *customdata, short *stop, short *do_update, } #ifdef WITH_FLUID BKE_fluid_cache_free(mds, job->ob, cache_map); +#else + UNUSED_VARS(mds); #endif *do_update = true; -- cgit v1.2.3