Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/scene/colorspace.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/scene/colorspace.cpp b/intern/cycles/scene/colorspace.cpp
index ebddf70e8a4..f87b4c62ab2 100644
--- a/intern/cycles/scene/colorspace.cpp
+++ b/intern/cycles/scene/colorspace.cpp
@@ -378,6 +378,7 @@ void ColorSpaceManager::to_scene_linear(
(void)colorspace;
(void)pixels;
(void)num_pixels;
+ (void)is_rgba;
(void)compress_as_srgb;
#endif
}