Cycles: Cleanup strict compiler warnings

This commit is contained in:
2019-03-18 12:02:41 +01:00
parent 9d2397c710
commit 7c5be750a3
2 changed files with 2 additions and 1 deletions

View File

@@ -191,7 +191,7 @@ bool LightManager::has_background_light(Scene *scene)
return false;
}
void LightManager::disable_ineffective_light(Device *device, Scene *scene)
void LightManager::disable_ineffective_light(Device * /*device*/, Scene *scene)
{
/* Make all lights enabled by default, and perform some preliminary checks
* needed for finer-tuning of settings (for example, check whether we've