Cleanup: lint, unused_vars

This commit is contained in:
Chris Blackbourn 2022-08-19 13:44:55 +12:00
parent a5c696a0c2
commit e80a9d2645
1 changed files with 1 additions and 0 deletions

View File

@ -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;