Cleanup: Fix strict compiler warning

This commit is contained in:
Sergey Sharybin 2020-04-21 12:49:12 +02:00
parent a02da85b55
commit 49a29c9c76
1 changed files with 1 additions and 1 deletions

View File

@ -3851,7 +3851,7 @@ static void BKE_fluid_modifier_processDomain(FluidModifierData *mmd,
prev_guide = manta_has_guiding(mds->fluid, mmd, prev_frame, guide_parent);
/* Unused for now. */
UNUSED_VARS(prev_guide, next_mesh, next_guide);
UNUSED_VARS(has_guide, prev_guide, next_mesh, next_guide);
bool with_gdomain;
with_gdomain = (mds->guide_source == FLUID_DOMAIN_GUIDE_SRC_DOMAIN);