From 6fbacd6048c555011b8a75fb5439679366272c0e Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 10 Jul 2020 19:56:53 +0200 Subject: Fix build error building without OpenImageDenoise --- intern/cycles/device/device_cpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/cycles/device/device_cpu.cpp b/intern/cycles/device/device_cpu.cpp index 878301e8242..c88c7364446 100644 --- a/intern/cycles/device/device_cpu.cpp +++ b/intern/cycles/device/device_cpu.cpp @@ -1018,7 +1018,7 @@ class CPUDevice : public Device { (void)offset; (void)stride; (void)x; - (void)ry; + (void)y; (void)w; (void)h; #endif -- cgit v1.2.3