[Bf-blender-cvs] [ff51c2e89a0] master: Cleanup: Use named unused arguments in Cycles Device

Sergey Sharybin noreply at git.blender.org
Fri May 21 11:20:00 CEST 2021


Commit: ff51c2e89a0951d043a843435b4c25ba7a15e8e2
Author: Sergey Sharybin
Date:   Fri May 21 11:19:33 2021 +0200
Branches: master
https://developer.blender.org/rBff51c2e89a0951d043a843435b4c25ba7a15e8e2

Cleanup: Use named unused arguments in Cycles Device

===================================================================

M	intern/cycles/device/device.h

===================================================================

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 */



More information about the Bf-blender-cvs mailing list