Cleanup: warning

This commit is contained in:
Campbell Barton 2018-05-31 16:36:24 +02:00
parent eb1feb9f4a
commit 361b3eb88e
1 changed files with 1 additions and 1 deletions

View File

@ -3912,7 +3912,7 @@ static void particles_fluid_step(Main *bmain, ParticleSimulationData *sim, int U
} // fluid sim particles done
}
#else
UNUSED_VARS(use_render_params);
UNUSED_VARS(bmain, use_render_params);
#endif // WITH_MOD_FLUID
}