Cleanup: Fix warnings due to disabled OCIO

This commit is contained in:
Omar Emara
2023-11-08 16:33:46 +02:00
parent a8cb0b0ca0
commit 571bddb6c8

View File

@@ -487,7 +487,7 @@ OCIOColorSpaceConversionShader::OCIOColorSpaceConversionShader(Context &context,
auto ocio_shader_creator = std::static_pointer_cast<OCIO::GpuShaderCreator>(shader_creator_);
gpu_processor->extractGpuShaderInfo(ocio_shader_creator);
#else
UNUSED_VARS(source, target);
UNUSED_VARS(context, source, target);
#endif
}