From ff51c2e89a0951d043a843435b4c25ba7a15e8e2 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 21 May 2021 11:19:33 +0200 Subject: Cleanup: Use named unused arguments in Cycles Device --- intern/cycles/device/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles') diff --git a/intern/cycles/device/device.h b/intern/cycles/device/device.h index bdf18d09b31..ecf79bcdfa6 100644 --- a/intern/cycles/device/device.h +++ b/intern/cycles/device/device.h @@ -427,7 +427,7 @@ class Device { virtual void build_bvh(BVH *bvh, Progress &progress, bool refit); /* OptiX specific destructor. */ - virtual void release_optix_bvh(BVH *){}; + virtual void release_optix_bvh(BVH * /*bvh*/){}; #ifdef WITH_NETWORK /* networking */ -- cgit v1.2.3