Cleanup: Fix strict compiler warning

This commit is contained in:
Sergey Sharybin 2020-04-21 12:49:12 +02:00 committed by Sebastián Barschkis
parent cf5147f69f
commit 45f8d1783b
1 changed files with 1 additions and 1 deletions

View File

@ -3846,7 +3846,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);